COLOR #580201

HEX: #580201
RGB: (88,2,1)

Color info

#580201 contains mainly red color. Web safe color of #580201 is #660000 (or #600).

RGB color model

#580201 color RGB value is (88,2,1).

  • red value is 88;
  • green value is 2;
  • blue value is 1.
RGB:
(88,2,1)
(35%,1%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 2 of 255 = 1%
B 1 of 255 = 0%

88
2
1

R + G + B ~ 12%. #580201 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 2 + 1 = 91 (100%)
R 88 of 91 ~ 96.7%
G 2 of 91 ~ 2.2%
B 1 of 91 ~ 1.1%

%96.7

CMYK color model

#580201 color CMYK value is (0,98,99,65).

  • cyan value is 0.00%
  • magenta value is 97.73%
  • yellow value is 98.86%
  • key color value is 65.49%
CMYK:
(0,98,99,65)
C0M98Y99K65 
(0%,98%,99%,65%)
(0.00/0.98/0.99/0.65)	

CMYK percentages

%0
%97.73
%98.86
%65.49

Codes

Color #580201 in popluar color models

580201
RGB8821
HSL97.75%17.45%
HSB/HSV98.86%34.51%
CMYK0.00%97.73%98.86%
65.49%

Color #580201 in popluar number systems.

HEX580201
Decimal8821
Binary1011000101
Octal13021

Shades and tints

Shades of #580201

#580201
(88,2,1)
#500201
(80,2,1)
#480201
(72,2,1)
#400201
(64,2,1)
#380201
(56,2,1)
#300201
(48,2,1)
#280201
(40,2,1)
#200201
(32,2,1)
#180201
(24,2,1)
#100201
(16,2,1)
#080201
(8,2,1)
#000000
(0,0,0)

Tints of #580201

#580201
(88,2,1)
#671918
(103,25,24)
#76302F
(118,48,47)
#854746
(133,71,70)
#945E5D
(148,94,93)
#A37574
(163,117,116)
#B28C8B
(178,140,139)
#C1A3A2
(193,163,162)
#D0BAB9
(208,186,185)
#DFD1D0
(223,209,208)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580201 color. Also use rgb(88,2,1) instead hex code.

Text Font Color

.myTextColor { color: #580201; }

<p style="color:#580201">This sample text font color is #580201.</p>

This text font color is #580201.


Background Color

.myBgColor { background-color: #580201; }

<div style="background-color:#580201">Inner text</div>

This div background color is #580201.


Border color

.myBorderColor { border: 1px solid #580201; }

<div style="border:3px solid #580201">Div</div>

This div border color is #580201.


Opacity

.myOpacity80 { color: #580201; opacity: 0.8; }

<p style="color:#580201;opacity:0.8;">80%</p>

Text with #580201 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #580201;}

<p style="text-shadow: 3px 3px 1px #580201">Text here.</p>

This text has shadow with #580201 color.

.textShadow {text-shadow: 3px 3px 1px #580201, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #580201, 5px 5px 20px red">Text here.</p>

This text has shadow with #580201 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#580201, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#580201, Direction=45, Strength=4)">Text</p>

This text has shadow with #580201 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #580201;
  -webkit-box-shadow:	1px 1px 3px 2px #580201;
  box-shadow:		1px 1px 3px 2px #580201;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #580201;
-webkit-box-shadow: 1px 1px 3px 2px #580201;
box-shadow:1px 1px 3px 2px #580201;">
Div content here</div>
This div box has shadow with color #580201.

Preview

Color preview on black background

This text has color #580201 on black background.


Color preview on white background

This text has color #580201 on white background.



Black color preview on #580201 background

This text has black color on #580201 background.


White color preview on #580201 background

This text has white color on #580201 background.