#561b0f

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

Shades of Caput Mortuum #561B0F

Tints of Caput Mortuum #561B0F

Color information

#561B0F (or 0x561B0F) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1B and 0F. RGB value is (86,27,15). Sum of RGB (Red+Green+Blue) = 86+27+15=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B0F is #A9E4F0. Grayscale: #2B2B2B. Windows color (decimal): -11134193 or 990038. OLE color: 990038.

HSL color Cylindrical-coordinate representation of color #561B0F: hue angle of 10.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561B0F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB862715-
CMYK00.690.830.66
HSL10.14º70.3%19.8%-
HSV(B)10.14º82.56%33.73%-
XYZ4.322.80.76-
YUV43.27112.05158.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=67.19%
G=21.09%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86271500.690.830.6610.1470.319.8
Hex561BF0455342a4614
Octal126331701051231021210624
Binary101011011011111101000101101001110000101010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561b0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561b0f; }

 p { color: rgb(86,27,15); }

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

<style>
 a { background-color: #561b0f; }

 a { background-color: rgb(86,27,15); }

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

<style>
 span { border-color: #561b0f; }

 span { border-color: rgb(86,27,15); }

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