#501E16

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

Shades of Caput Mortuum #501E16

Tints of Caput Mortuum #501E16

Color information

#501E16 (or 0x501E16) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1E and 16. RGB value is (80,30,22). Sum of RGB (Red+Green+Blue) = 80+30+22=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E16 is #AFE1E9. Grayscale: #2C2C2C. Windows color (decimal): -11526634 or 1449552. OLE color: 1449552.

HSL color Cylindrical-coordinate representation of color #501E16: hue angle of 8.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501E16 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB803022-
CMYK00.620.720.69
HSL8.28º56.86%20%-
HSV(B)8.28º72.5%31.37%-
XYZ3.922.691.07-
YUV44.04115.56153.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=60.61%
G=22.73%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80302200.620.720.698.2856.8620
Hex501E1603E484583914
Octal1203626076110105107124
Binary10100001111010110011111010010001000101100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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