#582011

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

Shades of Caput Mortuum #582011

Tints of Caput Mortuum #582011

Color information

#582011 (or 0x582011) is unknown color: approx Caput Mortuum. HEX triplet: 58, 20 and 11. RGB value is (88,32,17). Sum of RGB (Red+Green+Blue) = 88+32+17=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #582011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582011 is #A7DFEE. Grayscale: #2F2F2F. Windows color (decimal): -11001839 or 1122392. OLE color: 1122392.

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

Color convert

RGB883217-
CMYK00.640.810.65
HSL12.68º67.62%20.59%-
HSV(B)12.68º80.68%34.51%-
XYZ4.643.150.89-
YUV47.03111.05157.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=64.23%
G=23.36%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88321700.640.810.6512.6867.6220.59
Hex5820110405141d4415
Octal130402101001211011510425
Binary10110001000001000101000000101000110000011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582011; }

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

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

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

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

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

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

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

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