#561B09

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

Shades of Caput Mortuum #561B09

Tints of Caput Mortuum #561B09

Color information

#561B09 (or 0x561B09) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1B and 09. RGB value is (86,27,9). Sum of RGB (Red+Green+Blue) = 86+27+9=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #561B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B09 is #A9E4F6. Grayscale: #2A2A2A. Windows color (decimal): -11134199 or 596822. OLE color: 596822.

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

Color convert

RGB86279-
CMYK00.690.900.66
HSL14.03º81.05%18.63%-
HSV(B)14.03º89.53%33.73%-
XYZ4.282.780.57-
YUV42.59109.05158.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=70.49%
G=22.13%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627900.690.900.6614.0381.0518.63
Hex561B90455A42e5113
Octal126331101051321021612123
Binary101011011011100101000101101101010000101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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