#502112

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

Shades of Caput Mortuum #502112

Tints of Caput Mortuum #502112

Color information

#502112 (or 0x502112) is unknown color: approx Caput Mortuum. HEX triplet: 50, 21 and 12. RGB value is (80,33,18). Sum of RGB (Red+Green+Blue) = 80+33+18=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502112 is #AFDEED. Grayscale: #2D2D2D. Windows color (decimal): -11525870 or 1188176. OLE color: 1188176.

HSL color Cylindrical-coordinate representation of color #502112: hue angle of 14.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502112 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB803318-
CMYK00.590.780.69
HSL14.52º63.27%19.22%-
HSV(B)14.52º77.5%31.37%-
XYZ3.962.840.91-
YUV45.34112.57152.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=61.07%
G=25.19%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80331800.590.780.6914.5263.2719.22
Hex50211203B4E45f3f13
Octal1204122073116105177723
Binary101000010000110010011101110011101000101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502112; }

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

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

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

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

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

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

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

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