#502216

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

Shades of Caput Mortuum #502216

Tints of Caput Mortuum #502216

Color information

#502216 (or 0x502216) is unknown color: approx Caput Mortuum. HEX triplet: 50, 22 and 16. RGB value is (80,34,22). Sum of RGB (Red+Green+Blue) = 80+34+22=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502216 is #AFDDE9. Grayscale: #2E2E2E. Windows color (decimal): -11525610 or 1450576. OLE color: 1450576.

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

Color convert

RGB803422-
CMYK00.580.720.69
HSL12.41º56.86%20%-
HSV(B)12.41º72.5%31.37%-
XYZ4.032.911.11-
YUV46.39114.24151.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=58.82%
G=25%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80342200.580.720.6912.4156.8620
Hex50221603A4845c3914
Octal1204226072110105147124
Binary101000010001010110011101010010001000101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502216; }

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

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

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

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

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

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

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

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