Html Css Color HEX #514C59 Mulled Wine

📋 copy color: '#514C59'

red 81 ◦ green 76 ◦ blue 89

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

Shades of Mulled Wine #514C59

Tints of Mulled Wine #514C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 32.93%
G = 30.89%
B = 36.18%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514C59 (or 0x514C59) is known color: Mulled Wine. HEX triplet: 51, 4C and 59. RGB value is (81,76,89). Sum of RGB (Red+Green+Blue) = 81+76+89=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #514C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C59 is #AEB3A6. Grayscale: #4E4E4E. Windows color (decimal): -11449255 or 5852241. OLE color: 5852241.

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

Color convert

RGB 81 76 89 -
CMYK 0.09 0.15 0 0.65
HSL 263.08º 0.08% 0.32% -
HSV(B) 263.08º 0.15% 0.35% -
XYZ 7.78 7.64 10.52 -
YUV 78.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 81 76 89 0.09 0.15 0 0.65 263.08 0.08 0.32
Hex 51 4C 59 9 F 0 41 107 8 20
Octal 121 114 131 11 17 0 101 407 10 40
Binary 1010001 1001100 1011001 1001 1111 0 1000001 100000111 1000 100000

Color Harmonies of #514C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C59

Black with #514C59

Text Example


Text Example

White with #514C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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