Html Css Color HEX #514859 Mulled Wine

📋 copy color: '#514859'

red 81 ◦ green 72 ◦ blue 89

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

Shades of Mulled Wine #514859

Tints of Mulled Wine #514859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 33.47%
G = 29.75%
B = 36.78%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514859 (or 0x514859) is known color: Mulled Wine. HEX triplet: 51, 48 and 59. RGB value is (81,72,89). Sum of RGB (Red+Green+Blue) = 81+72+89=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #514859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514859 is #AEB7A6. Grayscale: #4C4C4C. Windows color (decimal): -11450279 or 5851217. OLE color: 5851217.

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

Color convert

RGB 81 72 89 -
CMYK 0.09 0.19 0 0.65
HSL 271.76º 0.11% 0.32% -
HSV(B) 271.76º 0.19% 0.35% -
XYZ 7.51 7.11 10.43 -
YUV 76.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 81 72 89 0.09 0.19 0 0.65 271.76 0.11 0.32
Hex 51 48 59 9 13 0 41 110 B 20
Octal 121 110 131 11 23 0 101 420 13 40
Binary 1010001 1001000 1011001 1001 10011 0 1000001 100010000 1011 100000

Color Harmonies of #514859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514859

Black with #514859

Text Example


Text Example

White with #514859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514859; }

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

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

background-color css

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

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

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

border-color css

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

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

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