#57241D

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

Shades of Caput Mortuum #57241D

Tints of Caput Mortuum #57241D

Color information

#57241D (or 0x57241D) is unknown color: approx Caput Mortuum. HEX triplet: 57, 24 and 1D. RGB value is (87,36,29). Sum of RGB (Red+Green+Blue) = 87+36+29=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57241D is #A8DBE2. Grayscale: #323232. Windows color (decimal): -11066339 or 1909847. OLE color: 1909847.

HSL color Cylindrical-coordinate representation of color #57241D: hue angle of 7.24º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57241D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB873629-
CMYK00.590.670.66
HSL7.24º50%22.75%-
HSV(B)7.24º66.67%34.12%-
XYZ4.783.381.56-
YUV50.45115.9154.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=57.24%
G=23.68%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87362900.590.670.667.245022.75
Hex57241D03B434273217
Octal127443507310310276227
Binary10101111001001110101110111000011100001011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57241D; }

 p { color: rgb(87,36,29); }

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

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

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

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

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

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

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