#582A1F

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

Shades of Caput Mortuum #582A1F

Tints of Caput Mortuum #582A1F

Color information

#582A1F (or 0x582A1F) is unknown color: approx Caput Mortuum. HEX triplet: 58, 2A and 1F. RGB value is (88,42,31). Sum of RGB (Red+Green+Blue) = 88+42+31=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A1F is #A7D5E0. Grayscale: #363636. Windows color (decimal): -10999265 or 2042456. OLE color: 2042456.

HSL color Cylindrical-coordinate representation of color #582A1F: hue angle of 11.58º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582A1F is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB884231-
CMYK00.520.650.65
HSL11.58º47.9%23.33%-
HSV(B)11.58º64.77%34.51%-
XYZ5.13.831.77-
YUV54.5114.74151.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=54.66%
G=26.09%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88423100.520.650.6511.5847.923.33
Hex582A1F0344141c3017
Octal1305237064101101146027
Binary101100010101011111011010010000011000001110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,42,31); }

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

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

 a { background-color: rgb(88,42,31); }

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

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

 span { border-color: rgb(88,42,31); }

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