#572626

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

Shades of Caput Mortuum #572626

Tints of Caput Mortuum #572626

Color information

#572626 (or 0x572626) is unknown color: approx Caput Mortuum. HEX triplet: 57, 26 and 26. RGB value is (87,38,38). Sum of RGB (Red+Green+Blue) = 87+38+38=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #572626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572626 is #A8D9D9. Grayscale: #343434. Windows color (decimal): -11065818 or 2500183. OLE color: 2500183.

HSL color Cylindrical-coordinate representation of color #572626: hue angle of 0º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572626 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB873838-
CMYK00.560.560.66
HSL39.2%24.51%-
HSV(B)56.32%34.12%-
XYZ4.973.552.26-
YUV52.65119.73152.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=53.37%
G=23.31%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87383800.560.560.66039.224.51
Hex572626038384202719
Octal12746460707010204731
Binary101011110011010011001110001110001000010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572626; }

 p { color: rgb(87,38,38); }

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

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

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

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

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

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

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