#572726

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

Shades of Caput Mortuum #572726

Tints of Caput Mortuum #572726

Color information

#572726 (or 0x572726) is unknown color: approx Caput Mortuum. HEX triplet: 57, 27 and 26. RGB value is (87,39,38). Sum of RGB (Red+Green+Blue) = 87+39+38=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #572726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572726 is #A8D8D9. Grayscale: #353535. Windows color (decimal): -11065562 or 2500439. OLE color: 2500439.

HSL color Cylindrical-coordinate representation of color #572726: hue angle of 1.22º 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 #572726 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB873938-
CMYK00.550.560.66
HSL1.22º39.2%24.51%-
HSV(B)1.22º56.32%34.12%-
XYZ5.013.622.27-
YUV53.24119.4152.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=53.05%
G=23.78%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87393800.550.560.661.2239.224.51
Hex572726037384212719
Octal12747460677010214731
Binary101011110011110011001101111110001000010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572726; }

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

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

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

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

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

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

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

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