#572825

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

Shades of Caput Mortuum #572825

Tints of Caput Mortuum #572825

Color information

#572825 (or 0x572825) is unknown color: approx Caput Mortuum. HEX triplet: 57, 28 and 25. RGB value is (87,40,37). Sum of RGB (Red+Green+Blue) = 87+40+37=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #572825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572825 is #A8D7DA. Grayscale: #353535. Windows color (decimal): -11065307 or 2435159. OLE color: 2435159.

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

Color convert

RGB874037-
CMYK00.540.570.66
HSL3.6º40.32%24.31%-
HSV(B)3.6º57.47%34.12%-
XYZ5.023.682.2-
YUV53.71118.57151.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=53.05%
G=24.39%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87403700.540.570.663.640.3224.31
Hex572825036394242818
Octal12750450667110245030
Binary10101111010001001010110110111001100001010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572825; }

 p { color: rgb(87,40,37); }

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

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

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

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

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

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

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