#512016

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

Shades of Caput Mortuum #512016

Tints of Caput Mortuum #512016

Color information

#512016 (or 0x512016) is unknown color: approx Caput Mortuum. HEX triplet: 51, 20 and 16. RGB value is (81,32,22). Sum of RGB (Red+Green+Blue) = 81+32+22=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512016 is #AEDFE9. Grayscale: #2D2D2D. Windows color (decimal): -11460586 or 1450065. OLE color: 1450065.

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

Color convert

RGB813222-
CMYK00.600.730.68
HSL10.17º57.28%20.2%-
HSV(B)10.17º72.84%31.76%-
XYZ4.052.841.09-
YUV45.51114.73153.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=60%
G=23.70%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81322200.600.730.6810.1757.2820.2
Hex51201603C4944a3914
Octal1214026074111104127124
Binary101000110000010110011110010010011000100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512016; }

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

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

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

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

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

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

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

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