#515053

Color #515053 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #515053

Tints of Mulled Wine #515053

Color information

#515053 (or 0x515053) is unknown color: approx Mulled Wine. HEX triplet: 51, 50 and 53. RGB value is (81,80,83). Sum of RGB (Red+Green+Blue) = 81+80+83=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 83 - color contains mainly: blue. Hex color #515053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515053 is #AEAFAC. Grayscale: #505050. Windows color (decimal): -11448237 or 5460049. OLE color: 5460049.

HSL color Cylindrical-coordinate representation of color #515053: hue angle of 260º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #515053 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB818083-
CMYK0.020.0400.67
HSL260º1.84%31.96%-
HSV(B)260º3.61%32.55%-
XYZ7.828.119.34-
YUV80.64129.33128.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=33.20%
G=32.79%
B=34.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8180830.020.0400.672601.8431.96
Hex51505324043104220
Octal121120123240103404240
Binary101000110100001010011101000100001110000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515053; }

 p { color: rgb(81,80,83); }

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

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

 a { background-color: rgb(81,80,83); }

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

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

 span { border-color: rgb(81,80,83); }

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