#501C10

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

Shades of Caput Mortuum #501C10

Tints of Caput Mortuum #501C10

Color information

#501C10 (or 0x501C10) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1C and 10. RGB value is (80,28,16). Sum of RGB (Red+Green+Blue) = 80+28+16=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C10 is #AFE3EF. Grayscale: #2A2A2A. Windows color (decimal): -11527152 or 1055824. OLE color: 1055824.

HSL color Cylindrical-coordinate representation of color #501C10: hue angle of 11.25º 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 #501C10 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB802816-
CMYK00.650.800.69
HSL11.25º66.67%18.82%-
HSV(B)11.25º80%31.37%-
XYZ3.822.570.79-
YUV42.18113.23154.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=64.52%
G=22.58%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80281600.650.800.6911.2566.6718.82
Hex501C100415045b4313
Octal120342001011201051310323
Binary1010000111001000001000001101000010001011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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