Html Css Color HEX #514E62 Mulled Wine

📋 copy color: '#514E62'

red 81 ◦ green 78 ◦ blue 98

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

Shades of Mulled Wine #514E62

Tints of Mulled Wine #514E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 31.52%
G = 30.35%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514E62 (or 0x514E62) is known color: Mulled Wine. HEX triplet: 51, 4E and 62. RGB value is (81,78,98). Sum of RGB (Red+Green+Blue) = 81+78+98=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #514E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E62 is #AEB19D. Grayscale: #515151. Windows color (decimal): -11448734 or 6442577. OLE color: 6442577.

HSL color Cylindrical-coordinate representation of color #514E62: hue angle of 249º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514E62 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 78 98 -
CMYK 0.17 0.20 0 0.62
HSL 249º 0.11% 0.35% -
HSV(B) 249º 0.2% 0.38% -
XYZ 8.32 8.08 12.68 -
YUV 81.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 81 78 98 0.17 0.20 0 0.62 249 0.11 0.35
Hex 51 4E 62 11 14 0 3E F9 B 23
Octal 121 116 142 21 24 0 76 371 13 43
Binary 1010001 1001110 1100010 10001 10100 0 111110 11111001 1011 100011

Color Harmonies of #514E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E62

Black with #514E62

Text Example


Text Example

White with #514E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,98); }

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

background-color css

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

 a { background-color: rgb(81,78,98); }

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

border-color css

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

 span { border-color: rgb(81,78,98); }

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