#582C24

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

Shades of Caput Mortuum #582C24

Tints of Caput Mortuum #582C24

Color information

#582C24 (or 0x582C24) is unknown color: approx Caput Mortuum. HEX triplet: 58, 2C and 24. RGB value is (88,44,36). Sum of RGB (Red+Green+Blue) = 88+44+36=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #582C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C24 is #A7D3DB. Grayscale: #383838. Windows color (decimal): -10998748 or 2370648. OLE color: 2370648.

HSL color Cylindrical-coordinate representation of color #582C24: hue angle of 9.23º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582C24 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB884436-
CMYK00.50.590.65
HSL9.23º41.94%24.31%-
HSV(B)9.23º59.09%34.51%-
XYZ5.2442.17-
YUV56.24116.58150.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=52.38%
G=26.19%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88443600.50.590.659.2341.9424.31
Hex582C240323B4192a18
Octal130544406273101115230
Binary101100010110010010001100101110111000001100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582C24; }

 p { color: rgb(88,44,36); }

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

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

 a { background-color: rgb(88,44,36); }

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

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

 span { border-color: rgb(88,44,36); }

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