Html Css Color HEX #582012 Caput Mortuum

📋 copy color: '#582012'

red 88 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #582012

Tints of Caput Mortuum #582012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 63.77%
G = 23.19%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582012 (or 0x582012) is known color: Caput Mortuum. HEX triplet: 58, 20 and 12. RGB value is (88,32,18). Sum of RGB (Red+Green+Blue) = 88+32+18=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #582012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582012 is #A7DFED. Grayscale: #2F2F2F. Windows color (decimal): -11001838 or 1187928. OLE color: 1187928.

HSL color Cylindrical-coordinate representation of color #582012: hue angle of 12º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582012 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 18 -
CMYK 0 0.64 0.80 0.65
HSL 12º 0.66% 0.21% -
HSV(B) 12º 0.8% 0.35% -
XYZ 4.65 3.15 0.94 -
YUV 47.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 88 32 18 0 0.64 0.80 0.65 12 0.66 0.21
Hex 58 20 12 0 40 50 41 C 42 15
Octal 130 40 22 0 100 120 101 14 102 25
Binary 1011000 100000 10010 0 1000000 1010000 1000001 1100 1000010 10101

Color Harmonies of #582012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582012

Black with #582012

Text Example


Text Example

White with #582012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582012; }

 p { color: rgb(88,32,18); }

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

background-color css

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

 a { background-color: rgb(88,32,18); }

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

border-color css

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

 span { border-color: rgb(88,32,18); }

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