#561B0A

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

Shades of Caput Mortuum #561B0A

Tints of Caput Mortuum #561B0A

Color information

#561B0A (or 0x561B0A) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1B and 0A. RGB value is (86,27,10). Sum of RGB (Red+Green+Blue) = 86+27+10=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B0A is #A9E4F5. Grayscale: #2A2A2A. Windows color (decimal): -11134198 or 662358. OLE color: 662358.

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

Color convert

RGB862710-
CMYK00.690.880.66
HSL13.42º79.17%18.82%-
HSV(B)13.42º88.37%33.73%-
XYZ4.282.780.6-
YUV42.7109.55158.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=69.92%
G=21.95%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86271000.690.880.6613.4279.1718.82
Hex561BA0455842d4f13
Octal126331201051301021511723
Binary101011011011101001000101101100010000101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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