#561E0A

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

Shades of Caput Mortuum #561E0A

Tints of Caput Mortuum #561E0A

Color information

#561E0A (or 0x561E0A) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1E and 0A. RGB value is (86,30,10). Sum of RGB (Red+Green+Blue) = 86+30+10=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E0A is #A9E1F5. Grayscale: #2C2C2C. Windows color (decimal): -11133430 or 663126. OLE color: 663126.

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

Color convert

RGB863010-
CMYK00.650.880.66
HSL15.79º79.17%18.82%-
HSV(B)15.79º88.37%33.73%-
XYZ4.362.930.62-
YUV44.46108.55157.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=68.25%
G=23.81%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86301000.650.880.6615.7979.1718.82
Hex561EA0415842104f13
Octal126361201011301022011723
Binary1010110111101010010000011011000100001010000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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