#582212

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

Shades of Caput Mortuum #582212

Tints of Caput Mortuum #582212

Color information

#582212 (or 0x582212) is unknown color: approx Caput Mortuum. HEX triplet: 58, 22 and 12. RGB value is (88,34,18). Sum of RGB (Red+Green+Blue) = 88+34+18=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582212 is #A7DDED. Grayscale: #303030. Windows color (decimal): -11001326 or 1188440. OLE color: 1188440.

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

Color convert

RGB883418-
CMYK00.610.800.65
HSL13.71º66.04%20.78%-
HSV(B)13.71º79.55%34.51%-
XYZ4.713.260.95-
YUV48.32110.89156.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=62.86%
G=24.29%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88341800.610.800.6513.7166.0420.78
Hex58221203D5041e4215
Octal13042220751201011610225
Binary1011000100010100100111101101000010000011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582212; }

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

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

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

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

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

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

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

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