#582311

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

Shades of Caput Mortuum #582311

Tints of Caput Mortuum #582311

Color information

#582311 (or 0x582311) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 11. RGB value is (88,35,17). Sum of RGB (Red+Green+Blue) = 88+35+17=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582311 is #A7DCEE. Grayscale: #303030. Windows color (decimal): -11001071 or 1123160. OLE color: 1123160.

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

Color convert

RGB883517-
CMYK00.600.810.65
HSL15.21º67.62%20.59%-
HSV(B)15.21º80.68%34.51%-
XYZ4.733.320.92-
YUV48.8110.06155.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=62.86%
G=25%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88351700.600.810.6515.2167.6220.59
Hex58231103C5141f4415
Octal13043210741211011710425
Binary1011000100011100010111100101000110000011111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582311; }

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

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

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

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

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

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

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

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