#56221F

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

Shades of Caput Mortuum #56221F

Tints of Caput Mortuum #56221F

Color information

#56221F (or 0x56221F) is unknown color: approx Caput Mortuum. HEX triplet: 56, 22 and 1F. RGB value is (86,34,31). Sum of RGB (Red+Green+Blue) = 86+34+31=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56221F is #A9DDE0. Grayscale: #313131. Windows color (decimal): -11132385 or 2040406. OLE color: 2040406.

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

Color convert

RGB863431-
CMYK00.600.640.66
HSL3.27º47.01%22.94%-
HSV(B)3.27º63.95%33.73%-
XYZ4.663.221.67-
YUV49.21117.73154.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=56.95%
G=22.52%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86343100.600.640.663.2747.0122.94
Hex56221F03C404232f17
Octal126423707410010235727
Binary1010110100010111110111100100000010000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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