#502116

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

Shades of Caput Mortuum #502116

Tints of Caput Mortuum #502116

Color information

#502116 (or 0x502116) is unknown color: approx Caput Mortuum. HEX triplet: 50, 21 and 16. RGB value is (80,33,22). Sum of RGB (Red+Green+Blue) = 80+33+22=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502116 is #AFDEE9. Grayscale: #2D2D2D. Windows color (decimal): -11525866 or 1450320. OLE color: 1450320.

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

Color convert

RGB803322-
CMYK00.590.720.69
HSL11.38º56.86%20%-
HSV(B)11.38º72.5%31.37%-
XYZ42.851.1-
YUV45.8114.57152.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=59.26%
G=24.44%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80332200.590.720.6911.3856.8620
Hex50211603B4845b3914
Octal1204126073110105137124
Binary101000010000110110011101110010001000101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502116; }

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

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

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

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

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

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

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

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