#56211A

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

Shades of Caput Mortuum #56211A

Tints of Caput Mortuum #56211A

Color information

#56211A (or 0x56211A) is unknown color: approx Caput Mortuum. HEX triplet: 56, 21 and 1A. RGB value is (86,33,26). Sum of RGB (Red+Green+Blue) = 86+33+26=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #56211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56211A is #A9DEE5. Grayscale: #303030. Windows color (decimal): -11132646 or 1712470. OLE color: 1712470.

HSL color Cylindrical-coordinate representation of color #56211A: hue angle of 7º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56211A is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB863326-
CMYK00.620.700.66
HSL53.57%21.96%-
HSV(B)69.77%33.73%-
XYZ4.573.141.34-
YUV48.05115.56155.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=59.31%
G=22.76%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86332600.620.700.66753.5721.96
Hex56211A03E464273616
Octal126413207610610276626
Binary10101101000011101001111101000110100001011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56211A; }

 p { color: rgb(86,33,26); }

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

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

 a { background-color: rgb(86,33,26); }

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

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

 span { border-color: rgb(86,33,26); }

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