#56241F

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

Shades of Caput Mortuum #56241F

Tints of Caput Mortuum #56241F

Color information

#56241F (or 0x56241F) is unknown color: approx Caput Mortuum. HEX triplet: 56, 24 and 1F. RGB value is (86,36,31). Sum of RGB (Red+Green+Blue) = 86+36+31=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56241F is #A9DBE0. Grayscale: #323232. Windows color (decimal): -11131873 or 2040918. OLE color: 2040918.

HSL color Cylindrical-coordinate representation of color #56241F: hue angle of 5.45º 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 #56241F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB863631-
CMYK00.580.640.66
HSL5.45º47.01%22.94%-
HSV(B)5.45º63.95%33.73%-
XYZ4.723.341.69-
YUV50.38117.06153.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=56.21%
G=23.53%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86363100.580.640.665.4547.0122.94
Hex56241F03A404252f17
Octal126443707210010255727
Binary10101101001001111101110101000000100001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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