#582622

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

Shades of Caput Mortuum #582622

Tints of Caput Mortuum #582622

Color information

#582622 (or 0x582622) is unknown color: approx Caput Mortuum. HEX triplet: 58, 26 and 22. RGB value is (88,38,34). Sum of RGB (Red+Green+Blue) = 88+38+34=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582622 is #A7D9DD. Grayscale: #343434. Windows color (decimal): -11000286 or 2238040. OLE color: 2238040.

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

Color convert

RGB883834-
CMYK00.570.610.65
HSL4.44º44.26%23.92%-
HSV(B)4.44º61.36%34.51%-
XYZ5.013.581.94-
YUV52.49117.56153.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=55%
G=23.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88383400.570.610.654.4444.2623.92
Hex5826220393D4142c18
Octal13046420717510145430
Binary10110001001101000100111001111101100000110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582622; }

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

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

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

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

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

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

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

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