#582422

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

Shades of Caput Mortuum #582422

Tints of Caput Mortuum #582422

Color information

#582422 (or 0x582422) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 22. RGB value is (88,36,34). Sum of RGB (Red+Green+Blue) = 88+36+34=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582422 is #A7DBDD. Grayscale: #333333. Windows color (decimal): -11000798 or 2237528. OLE color: 2237528.

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

Color convert

RGB883634-
CMYK00.590.610.65
HSL2.22º44.26%23.92%-
HSV(B)2.22º61.36%34.51%-
XYZ4.943.451.92-
YUV51.32118.23154.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=55.70%
G=22.78%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363400.590.610.652.2244.2623.92
Hex58242203B3D4122c18
Octal13044420737510125430
Binary1011000100100100010011101111110110000011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582422; }

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

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

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

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

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

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

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

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