Html Css Color HEX #514D59 Mulled Wine

📋 copy color: '#514D59'

red 81 ◦ green 77 ◦ blue 89

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

Shades of Mulled Wine #514D59

Tints of Mulled Wine #514D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

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

R = 32.79%
G = 31.17%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514D59 (or 0x514D59) is known color: Mulled Wine. HEX triplet: 51, 4D and 59. RGB value is (81,77,89). Sum of RGB (Red+Green+Blue) = 81+77+89=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #514D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D59 is #AEB2A6. Grayscale: #4F4F4F. Windows color (decimal): -11448999 or 5852497. OLE color: 5852497.

HSL color Cylindrical-coordinate representation of color #514D59: hue angle of 260º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #514D59 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 77 89 -
CMYK 0.09 0.13 0 0.65
HSL 260º 0.07% 0.33% -
HSV(B) 260º 0.13% 0.35% -
XYZ 7.85 7.78 10.54 -
YUV 79.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 81 77 89 0.09 0.13 0 0.65 260 0.07 0.33
Hex 51 4D 59 9 D 0 41 104 7 21
Octal 121 115 131 11 15 0 101 404 7 41
Binary 1010001 1001101 1011001 1001 1101 0 1000001 100000100 111 100001

Color Harmonies of #514D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D59

Black with #514D59

Text Example


Text Example

White with #514D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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