#511E16

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

Shades of Caput Mortuum #511E16

Tints of Caput Mortuum #511E16

Color information

#511E16 (or 0x511E16) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1E and 16. RGB value is (81,30,22). Sum of RGB (Red+Green+Blue) = 81+30+22=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E16 is #AEE1E9. Grayscale: #2C2C2C. Windows color (decimal): -11461098 or 1449553. OLE color: 1449553.

HSL color Cylindrical-coordinate representation of color #511E16: hue angle of 8.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511E16 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB813022-
CMYK00.630.730.68
HSL8.14º57.28%20.2%-
HSV(B)8.14º72.84%31.76%-
XYZ42.741.08-
YUV44.34115.4154.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=60.90%
G=22.56%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81302200.630.730.688.1457.2820.2
Hex511E1603F494483914
Octal1213626077111104107124
Binary10100011111010110011111110010011000100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511E16; }

 p { color: rgb(81,30,22); }

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

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

 a { background-color: rgb(81,30,22); }

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

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

 span { border-color: rgb(81,30,22); }

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