#501D12

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

Shades of Caput Mortuum #501D12

Tints of Caput Mortuum #501D12

Color information

#501D12 (or 0x501D12) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1D and 12. RGB value is (80,29,18). Sum of RGB (Red+Green+Blue) = 80+29+18=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D12 is #AFE2ED. Grayscale: #2B2B2B. Windows color (decimal): -11526894 or 1187152. OLE color: 1187152.

HSL color Cylindrical-coordinate representation of color #501D12: hue angle of 10.65º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501D12 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB802918-
CMYK00.640.780.69
HSL10.65º63.27%19.22%-
HSV(B)10.65º77.5%31.37%-
XYZ3.862.630.88-
YUV43113.9154.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=62.99%
G=22.83%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80291800.640.780.6910.6563.2719.22
Hex501D120404E45b3f13
Octal12035220100116105137723
Binary101000011101100100100000010011101000101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,18); }

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

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

 a { background-color: rgb(80,29,18); }

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

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

 span { border-color: rgb(80,29,18); }

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