Html Css Color HEX #581902 Caput Mortuum

📋 copy color: '#581902'

red 88 ◦ green 25 ◦ blue 2

#581902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #581902

Tints of Caput Mortuum #581902

RGB

 RED value IS 88 (34.77% from 255) = 76.52%

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 76.52%
G = 21.74%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#581902 (or 0x581902) is known color: Caput Mortuum. HEX triplet: 58, 19 and 02. RGB value is (88,25,2). Sum of RGB (Red+Green+Blue) = 88+25+2=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581902 is #A7E6FD. Grayscale: #292929. Windows color (decimal): -11003646 or 137560. OLE color: 137560.

HSL color Cylindrical-coordinate representation of color #581902: hue angle of 16.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #581902 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 2 -
CMYK 0 0.72 0.98 0.65
HSL 16.05º 0.96% 0.18% -
HSV(B) 16.05º 0.98% 0.35% -
XYZ 4.38 2.77 0.36 -
YUV 41.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 88 25 2 0 0.72 0.98 0.65 16.05 0.96 0.18
Hex 58 19 2 0 48 62 41 10 60 12
Octal 130 31 2 0 110 142 101 20 140 22
Binary 1011000 11001 10 0 1001000 1100010 1000001 10000 1100000 10010

Color Harmonies of #581902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581902

Black with #581902

Text Example


Text Example

White with #581902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581902; }

 p { color: rgb(88,25,2); }

 H1.HeaderClassName
 {
   color: #581902;
 }
 .AnyTagClassName
 {
   color: #581902;
 }
</style>

background-color css

<style>
 a { background-color: #581902; }

 a { background-color: rgb(88,25,2); }

 div.DivClassName
 {
   background-color: #581902;
 }
 .BgClassName
 {
   background-color: #581902;
 }
</style>

border-color css

<style>
 span { border-color: #581902; }

 span { border-color: rgb(88,25,2); }

 td.TdClassName
 {
   border-color: #581902;
 }
 .TagClassName
 {
   border-color: #581902;
 }
</style>