#501D13

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

Shades of Caput Mortuum #501D13

Tints of Caput Mortuum #501D13

Color information

#501D13 (or 0x501D13) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1D and 13. RGB value is (80,29,19). Sum of RGB (Red+Green+Blue) = 80+29+19=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D13 is #AFE2EC. Grayscale: #2B2B2B. Windows color (decimal): -11526893 or 1252688. OLE color: 1252688.

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

Color convert

RGB802919-
CMYK00.640.760.69
HSL9.84º61.62%19.41%-
HSV(B)9.84º76.25%31.37%-
XYZ3.872.630.92-
YUV43.11114.4154.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=62.5%
G=22.66%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80291900.640.760.699.8461.6219.41
Hex501D130404C45a3e13
Octal12035230100114105127623
Binary101000011101100110100000010011001000101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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