#514F53

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

Shades of Mulled Wine #514F53

Tints of Mulled Wine #514F53

Color information

#514F53 (or 0x514F53) is unknown color: approx Mulled Wine. HEX triplet: 51, 4F and 53. RGB value is (81,79,83). Sum of RGB (Red+Green+Blue) = 81+79+83=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 83 - color contains mainly: blue. Hex color #514F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F53 is #AEB0AC. Grayscale: #505050. Windows color (decimal): -11448493 or 5459793. OLE color: 5459793.

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

Color convert

RGB817983-
CMYK0.020.0500.67
HSL270º2.47%31.76%-
HSV(B)270º4.82%32.55%-
XYZ7.757.979.31-
YUV80.05129.66128.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=33.33%
G=32.51%
B=34.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8179830.020.0500.672702.4731.76
Hex514F532504310e220
Octal121117123250103416240
Binary101000110011111010011101010100001110000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F53; }

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

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

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

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

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

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

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

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