#57241F

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

Shades of Caput Mortuum #57241F

Tints of Caput Mortuum #57241F

Color information

#57241F (or 0x57241F) is unknown color: approx Caput Mortuum. HEX triplet: 57, 24 and 1F. RGB value is (87,36,31). Sum of RGB (Red+Green+Blue) = 87+36+31=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57241F is #A8DBE0. Grayscale: #323232. Windows color (decimal): -11066337 or 2040919. OLE color: 2040919.

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

Color convert

RGB873631-
CMYK00.590.640.66
HSL5.36º47.46%23.14%-
HSV(B)5.36º64.37%34.12%-
XYZ4.813.391.7-
YUV50.68116.9153.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=56.49%
G=23.38%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87363100.590.640.665.3647.4623.14
Hex57241F03B404252f17
Octal127443707310010255727
Binary10101111001001111101110111000000100001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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