Html Css Color HEX #514659 Mulled Wine

📋 copy color: '#514659'

red 81 ◦ green 70 ◦ blue 89

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

Shades of Mulled Wine #514659

Tints of Mulled Wine #514659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 33.75%
G = 29.17%
B = 37.08%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514659 (or 0x514659) is known color: Mulled Wine. HEX triplet: 51, 46 and 59. RGB value is (81,70,89). Sum of RGB (Red+Green+Blue) = 81+70+89=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #514659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514659 is #AEB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11450791 or 5850705. OLE color: 5850705.

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

Color convert

RGB 81 70 89 -
CMYK 0.09 0.21 0 0.65
HSL 274.74º 0.12% 0.31% -
HSV(B) 274.74º 0.21% 0.35% -
XYZ 7.39 6.85 10.38 -
YUV 75.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 81 70 89 0.09 0.21 0 0.65 274.74 0.12 0.31
Hex 51 46 59 9 15 0 41 113 C 1F
Octal 121 106 131 11 25 0 101 423 14 37
Binary 1010001 1000110 1011001 1001 10101 0 1000001 100010011 1100 11111

Color Harmonies of #514659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514659

Black with #514659

Text Example


Text Example

White with #514659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514659; }

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

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

background-color css

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

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

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

border-color css

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

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

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