#56271F

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

Shades of Caput Mortuum #56271F

Tints of Caput Mortuum #56271F

Color information

#56271F (or 0x56271F) is unknown color: approx Caput Mortuum. HEX triplet: 56, 27 and 1F. RGB value is (86,39,31). Sum of RGB (Red+Green+Blue) = 86+39+31=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56271F is #A9D8E0. Grayscale: #343434. Windows color (decimal): -11131105 or 2041686. OLE color: 2041686.

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

Color convert

RGB863931-
CMYK00.550.640.66
HSL8.73º47.01%22.94%-
HSV(B)8.73º63.95%33.73%-
XYZ4.813.531.72-
YUV52.14116.07152.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=55.13%
G=25%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86393100.550.640.668.7347.0122.94
Hex56271F037404292f17
Octal1264737067100102115727
Binary101011010011111111011011110000001000010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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