#512216

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

Shades of Caput Mortuum #512216

Tints of Caput Mortuum #512216

Color information

#512216 (or 0x512216) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 16. RGB value is (81,34,22). Sum of RGB (Red+Green+Blue) = 81+34+22=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512216 is #AEDDE9. Grayscale: #2E2E2E. Windows color (decimal): -11460074 or 1450577. OLE color: 1450577.

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

Color convert

RGB813422-
CMYK00.580.730.68
HSL12.2º57.28%20.2%-
HSV(B)12.2º72.84%31.76%-
XYZ4.112.951.11-
YUV46.68114.07152.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=59.12%
G=24.82%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81342200.580.730.6812.257.2820.2
Hex51221603A4944c3914
Octal1214226072111104147124
Binary101000110001010110011101010010011000100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512216; }

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

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

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

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

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

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

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

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