Html Css Color HEX #514E5B Mulled Wine

📋 copy color: '#514E5B'

red 81 ◦ green 78 ◦ blue 91

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

Shades of Mulled Wine #514E5B

Tints of Mulled Wine #514E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 32.4%
G = 31.2%
B = 36.4%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#514E5B (or 0x514E5B) is known color: Mulled Wine. HEX triplet: 51, 4E and 5B. RGB value is (81,78,91). Sum of RGB (Red+Green+Blue) = 81+78+91=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #514E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E5B is #AEB1A4. Grayscale: #505050. Windows color (decimal): -11448741 or 5983825. OLE color: 5983825.

HSL color Cylindrical-coordinate representation of color #514E5B: hue angle of 253.85º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514E5B is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 78 91 -
CMYK 0.11 0.14 0 0.64
HSL 253.85º 0.08% 0.33% -
HSV(B) 253.85º 0.14% 0.36% -
XYZ 8.01 7.95 11.01 -
YUV 80.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 81 78 91 0.11 0.14 0 0.64 253.85 0.08 0.33
Hex 51 4E 5B B E 0 40 FE 8 21
Octal 121 116 133 13 16 0 100 376 10 41
Binary 1010001 1001110 1011011 1011 1110 0 1000000 11111110 1000 100001

Color Harmonies of #514E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E5B

Black with #514E5B

Text Example


Text Example

White with #514E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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