#511809

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

Shades of Caput Mortuum #511809

Tints of Caput Mortuum #511809

Color information

#511809 (or 0x511809) is unknown color: approx Caput Mortuum. HEX triplet: 51, 18 and 09. RGB value is (81,24,9). Sum of RGB (Red+Green+Blue) = 81+24+9=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #511809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511809 is #AEE7F6. Grayscale: #272727. Windows color (decimal): -11462647 or 596049. OLE color: 596049.

HSL color Cylindrical-coordinate representation of color #511809: hue angle of 12.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511809 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81249-
CMYK00.700.890.68
HSL12.5º80%17.65%-
HSV(B)12.5º88.89%31.76%-
XYZ3.772.420.53-
YUV39.33110.88157.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=71.05%
G=21.05%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124900.700.890.6812.58017.65
Hex511890465944c5012
Octal121301101061311041412022
Binary101000111000100101000110101100110001001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511809; }

 p { color: rgb(81,24,9); }

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

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

 a { background-color: rgb(81,24,9); }

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

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

 span { border-color: rgb(81,24,9); }

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