#572925

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

Shades of Caput Mortuum #572925

Tints of Caput Mortuum #572925

Color information

#572925 (or 0x572925) is unknown color: approx Caput Mortuum. HEX triplet: 57, 29 and 25. RGB value is (87,41,37). Sum of RGB (Red+Green+Blue) = 87+41+37=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572925 is #A8D6DA. Grayscale: #363636. Windows color (decimal): -11065051 or 2435415. OLE color: 2435415.

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

Color convert

RGB874137-
CMYK00.530.570.66
HSL4.8º40.32%24.31%-
HSV(B)4.8º57.47%34.12%-
XYZ5.063.752.21-
YUV54.3118.24151.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=52.73%
G=24.85%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87413700.530.570.664.840.3224.31
Hex572925035394252818
Octal12751450657110255030
Binary10101111010011001010110101111001100001010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572925; }

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

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

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

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

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

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

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

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