#502215

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

Shades of Caput Mortuum #502215

Tints of Caput Mortuum #502215

Color information

#502215 (or 0x502215) is unknown color: approx Caput Mortuum. HEX triplet: 50, 22 and 15. RGB value is (80,34,21). Sum of RGB (Red+Green+Blue) = 80+34+21=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502215 is #AFDDEA. Grayscale: #2E2E2E. Windows color (decimal): -11525611 or 1385040. OLE color: 1385040.

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

Color convert

RGB803421-
CMYK00.580.740.69
HSL13.22º58.42%19.8%-
HSV(B)13.22º73.75%31.37%-
XYZ4.022.91.06-
YUV46.27113.74152.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=59.26%
G=25.19%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80342100.580.740.6913.2258.4219.8
Hex50221503A4A45d3a14
Octal1204225072112105157224
Binary101000010001010101011101010010101000101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502215; }

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

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

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

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

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

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

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

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