#561D09

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

Shades of Caput Mortuum #561D09

Tints of Caput Mortuum #561D09

Color information

#561D09 (or 0x561D09) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1D and 09. RGB value is (86,29,9). Sum of RGB (Red+Green+Blue) = 86+29+9=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #561D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D09 is #A9E2F6. Grayscale: #2B2B2B. Windows color (decimal): -11133687 or 597334. OLE color: 597334.

HSL color Cylindrical-coordinate representation of color #561D09: hue angle of 15.58º 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 #561D09 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86299-
CMYK00.660.900.66
HSL15.58º81.05%18.63%-
HSV(B)15.58º89.53%33.73%-
XYZ4.332.880.59-
YUV43.76108.38158.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=69.35%
G=23.39%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8629900.660.900.6615.5881.0518.63
Hex561D90425A42105113
Octal126351101021321022012123
Binary1010110111011001010000101011010100001010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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