#561F15

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

Shades of Caput Mortuum #561F15

Tints of Caput Mortuum #561F15

Color information

#561F15 (or 0x561F15) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1F and 15. RGB value is (86,31,21). Sum of RGB (Red+Green+Blue) = 86+31+21=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #561F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F15 is #A9E0EA. Grayscale: #2E2E2E. Windows color (decimal): -11133163 or 1384278. OLE color: 1384278.

HSL color Cylindrical-coordinate representation of color #561F15: hue angle of 9.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561F15 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB863121-
CMYK00.640.760.66
HSL9.23º60.75%20.98%-
HSV(B)9.23º75.58%33.73%-
XYZ4.463.011.06-
YUV46.3113.72156.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=62.32%
G=22.46%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86312100.640.760.669.2360.7520.98
Hex561F150404C4293d15
Octal12637250100114102117525
Binary101011011111101010100000010011001000010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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