#501C15

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

Shades of Caput Mortuum #501C15

Tints of Caput Mortuum #501C15

Color information

#501C15 (or 0x501C15) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1C and 15. RGB value is (80,28,21). Sum of RGB (Red+Green+Blue) = 80+28+21=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C15 is #AFE3EA. Grayscale: #2A2A2A. Windows color (decimal): -11527147 or 1383504. OLE color: 1383504.

HSL color Cylindrical-coordinate representation of color #501C15: hue angle of 7.12º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501C15 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB802821-
CMYK00.650.740.69
HSL7.12º58.42%19.8%-
HSV(B)7.12º73.75%31.37%-
XYZ3.862.591.01-
YUV42.75115.73154.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=62.02%
G=21.71%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80282100.650.740.697.1258.4219.8
Hex501C150414A4573a14
Octal1203425010111210577224
Binary10100001110010101010000011001010100010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,21); }

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

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

 a { background-color: rgb(80,28,21); }

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

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

 span { border-color: rgb(80,28,21); }

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