#511808

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

Shades of Caput Mortuum #511808

Tints of Caput Mortuum #511808

Color information

#511808 (or 0x511808) is unknown color: approx Caput Mortuum. HEX triplet: 51, 18 and 08. RGB value is (81,24,8). Sum of RGB (Red+Green+Blue) = 81+24+8=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #511808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511808 is #AEE7F7. Grayscale: #272727. Windows color (decimal): -11462648 or 530513. OLE color: 530513.

HSL color Cylindrical-coordinate representation of color #511808: hue angle of 13.15º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511808 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81248-
CMYK00.700.900.68
HSL13.15º82.02%17.45%-
HSV(B)13.15º90.12%31.76%-
XYZ3.762.420.5-
YUV39.22110.38157.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=71.68%
G=21.24%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124800.700.900.6813.1582.0217.45
Hex511880465A44d5211
Octal121301001061321041512221
Binary101000111000100001000110101101010001001101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511808; }

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

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

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

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

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

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

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

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