#582018

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

Shades of Caput Mortuum #582018

Tints of Caput Mortuum #582018

Color information

#582018 (or 0x582018) is unknown color: approx Caput Mortuum. HEX triplet: 58, 20 and 18. RGB value is (88,32,24). Sum of RGB (Red+Green+Blue) = 88+32+24=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582018 is #A7DFE7. Grayscale: #2F2F2F. Windows color (decimal): -11001832 or 1581144. OLE color: 1581144.

HSL color Cylindrical-coordinate representation of color #582018: hue angle of 7.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582018 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB883224-
CMYK00.640.730.65
HSL7.5º57.14%21.96%-
HSV(B)7.5º72.73%34.51%-
XYZ4.713.171.23-
YUV47.83114.55156.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=61.11%
G=22.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88322400.640.730.657.557.1421.96
Hex582018040494183916
Octal13040300100111101107126
Binary1011000100000110000100000010010011000001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582018; }

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

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

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

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

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

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

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

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