#501E10

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

Shades of Caput Mortuum #501E10

Tints of Caput Mortuum #501E10

Color information

#501E10 (or 0x501E10) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1E and 10. RGB value is (80,30,16). Sum of RGB (Red+Green+Blue) = 80+30+16=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E10 is #AFE1EF. Grayscale: #2B2B2B. Windows color (decimal): -11526640 or 1056336. OLE color: 1056336.

HSL color Cylindrical-coordinate representation of color #501E10: hue angle of 13.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501E10 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB803016-
CMYK00.620.800.69
HSL13.12º66.67%18.82%-
HSV(B)13.12º80%31.37%-
XYZ3.872.670.8-
YUV43.35112.56154.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=63.49%
G=23.81%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80301600.620.800.6913.1266.6718.82
Hex501E1003E5045d4313
Octal12036200761201051510323
Binary101000011110100000111110101000010001011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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