#582420

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

Shades of Caput Mortuum #582420

Tints of Caput Mortuum #582420

Color information

#582420 (or 0x582420) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 20. RGB value is (88,36,32). Sum of RGB (Red+Green+Blue) = 88+36+32=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #582420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582420 is #A7DBDF. Grayscale: #333333. Windows color (decimal): -11000800 or 2106456. OLE color: 2106456.

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

Color convert

RGB883632-
CMYK00.590.640.65
HSL4.29º46.67%23.53%-
HSV(B)4.29º63.64%34.51%-
XYZ4.923.441.77-
YUV51.09117.23154.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=56.41%
G=23.08%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363200.590.640.654.2946.6723.53
Hex58242003B404142f18
Octal130444007310010145730
Binary101100010010010000001110111000000100000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582420; }

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

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

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

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

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

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

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

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