#582110

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

Shades of Caput Mortuum #582110

Tints of Caput Mortuum #582110

Color information

#582110 (or 0x582110) is unknown color: approx Caput Mortuum. HEX triplet: 58, 21 and 10. RGB value is (88,33,16). Sum of RGB (Red+Green+Blue) = 88+33+16=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #582110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582110 is #A7DEEF. Grayscale: #2F2F2F. Windows color (decimal): -11001584 or 1057112. OLE color: 1057112.

HSL color Cylindrical-coordinate representation of color #582110: hue angle of 14.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582110 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB883316-
CMYK00.620.820.65
HSL14.17º69.23%20.39%-
HSV(B)14.17º81.82%34.51%-
XYZ4.663.20.86-
YUV47.51110.22156.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=64.23%
G=24.09%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88331600.620.820.6514.1769.2320.39
Hex58211003E5241e4514
Octal13041200761221011610524
Binary1011000100001100000111110101001010000011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582110; }

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

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

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

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

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

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

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

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