#512116

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

Shades of Caput Mortuum #512116

Tints of Caput Mortuum #512116

Color information

#512116 (or 0x512116) is unknown color: approx Caput Mortuum. HEX triplet: 51, 21 and 16. RGB value is (81,33,22). Sum of RGB (Red+Green+Blue) = 81+33+22=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512116 is #AEDEE9. Grayscale: #2E2E2E. Windows color (decimal): -11460330 or 1450321. OLE color: 1450321.

HSL color Cylindrical-coordinate representation of color #512116: hue angle of 11.19º 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 #512116 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB813322-
CMYK00.590.730.68
HSL11.19º57.28%20.2%-
HSV(B)11.19º72.84%31.76%-
XYZ4.082.891.1-
YUV46.1114.4152.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=59.56%
G=24.26%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81332200.590.730.6811.1957.2820.2
Hex51211603B4944b3914
Octal1214126073111104137124
Binary101000110000110110011101110010011000100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512116; }

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

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

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

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

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

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

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

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