Html Css Color HEX #514959 Mulled Wine

📋 copy color: '#514959'

red 81 ◦ green 73 ◦ blue 89

#514959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #514959

Tints of Mulled Wine #514959

RGB

 RED value IS 81 (32.03% from 255) = 33.33%

 GREEN value IS 73 (28.91% from 255) = 30.04%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 33.33%
G = 30.04%
B = 36.63%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514959 (or 0x514959) is known color: Mulled Wine. HEX triplet: 51, 49 and 59. RGB value is (81,73,89). Sum of RGB (Red+Green+Blue) = 81+73+89=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #514959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514959 is #AEB6A6. Grayscale: #4D4D4D. Windows color (decimal): -11450023 or 5851473. OLE color: 5851473.

HSL color Cylindrical-coordinate representation of color #514959: hue angle of 270º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #514959 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 73 89 -
CMYK 0.09 0.18 0 0.65
HSL 270º 0.1% 0.32% -
HSV(B) 270º 0.18% 0.35% -
XYZ 7.58 7.24 10.45 -
YUV 77.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 81 73 89 0.09 0.18 0 0.65 270 0.1 0.32
Hex 51 49 59 9 12 0 41 10E A 20
Octal 121 111 131 11 22 0 101 416 12 40
Binary 1010001 1001001 1011001 1001 10010 0 1000001 100001110 1010 100000

Color Harmonies of #514959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514959

Black with #514959

Text Example


Text Example

White with #514959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514959; }

 p { color: rgb(81,73,89); }

 H1.HeaderClassName
 {
   color: #514959;
 }
 .AnyTagClassName
 {
   color: #514959;
 }
</style>

background-color css

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

 a { background-color: rgb(81,73,89); }

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

border-color css

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

 span { border-color: rgb(81,73,89); }

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