#561801

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

Shades of Caput Mortuum #561801

Tints of Caput Mortuum #561801

Color information

#561801 (or 0x561801) is unknown color: approx Caput Mortuum. HEX triplet: 56, 18 and 01. RGB value is (86,24,1). Sum of RGB (Red+Green+Blue) = 86+24+1=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561801 is #A9E7FE. Grayscale: #282828. Windows color (decimal): -11134975 or 71766. OLE color: 71766.

HSL color Cylindrical-coordinate representation of color #561801: hue angle of 16.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #561801 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86241-
CMYK00.720.990.66
HSL16.24º97.7%17.06%-
HSV(B)16.24º98.84%33.73%-
XYZ4.172.630.32-
YUV39.92106.04160.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=77.48%
G=21.62%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624100.720.990.6616.2497.717.06
Hex561810486342106211
Octal12630101101431022014221
Binary1010110110001010010001100011100001010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561801; }

 p { color: rgb(86,24,1); }

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

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

 a { background-color: rgb(86,24,1); }

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

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

 span { border-color: rgb(86,24,1); }

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