#502015

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

Shades of Caput Mortuum #502015

Tints of Caput Mortuum #502015

Color information

#502015 (or 0x502015) is unknown color: approx Caput Mortuum. HEX triplet: 50, 20 and 15. RGB value is (80,32,21). Sum of RGB (Red+Green+Blue) = 80+32+21=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502015 is #AFDFEA. Grayscale: #2D2D2D. Windows color (decimal): -11526123 or 1384528. OLE color: 1384528.

HSL color Cylindrical-coordinate representation of color #502015: hue angle of 11.19º 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 #502015 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB803221-
CMYK00.600.740.69
HSL11.19º58.42%19.8%-
HSV(B)11.19º73.75%31.37%-
XYZ3.962.791.04-
YUV45.1114.4152.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=60.15%
G=24.06%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80322100.600.740.6911.1958.4219.8
Hex50201503C4A45b3a14
Octal1204025074112105137224
Binary101000010000010101011110010010101000101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502015; }

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

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

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

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

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

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

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

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