#582112

Color #582112 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #582112

Tints of Caput Mortuum #582112

Color information

#582112 (or 0x582112) is unknown color: approx Caput Mortuum. HEX triplet: 58, 21 and 12. RGB value is (88,33,18). Sum of RGB (Red+Green+Blue) = 88+33+18=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582112 is #A7DEED. Grayscale: #2F2F2F. Windows color (decimal): -11001582 or 1188184. OLE color: 1188184.

HSL color Cylindrical-coordinate representation of color #582112: hue angle of 12.86º 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 #582112 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB883318-
CMYK00.620.800.65
HSL12.86º66.04%20.78%-
HSV(B)12.86º79.55%34.51%-
XYZ4.683.210.94-
YUV47.73111.22156.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=63.31%
G=23.74%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88331800.620.800.6512.8666.0420.78
Hex58211203E5041d4215
Octal13041220761201011510225
Binary1011000100001100100111110101000010000011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582112; }

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

 H1.HeaderClassName
 {
   color: #582112;
 }
 .AnyTagClassName
 {
   color: #582112;
 }
</style>
background-color css

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

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

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

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

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

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