Html Css Color HEX #514D5B Mulled Wine

📋 copy color: '#514D5B'

red 81 ◦ green 77 ◦ blue 91

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

Shades of Mulled Wine #514D5B

Tints of Mulled Wine #514D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

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

R = 32.53%
G = 30.92%
B = 36.55%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#514D5B (or 0x514D5B) is known color: Mulled Wine. HEX triplet: 51, 4D and 5B. RGB value is (81,77,91). Sum of RGB (Red+Green+Blue) = 81+77+91=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #514D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D5B is #AEB2A4. Grayscale: #4F4F4F. Windows color (decimal): -11448997 or 5983569. OLE color: 5983569.

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

Color convert

RGB 81 77 91 -
CMYK 0.11 0.15 0 0.64
HSL 257.14º 0.08% 0.33% -
HSV(B) 257.14º 0.15% 0.36% -
XYZ 7.94 7.81 10.99 -
YUV 79.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 81 77 91 0.11 0.15 0 0.64 257.14 0.08 0.33
Hex 51 4D 5B B F 0 40 101 8 21
Octal 121 115 133 13 17 0 100 401 10 41
Binary 1010001 1001101 1011011 1011 1111 0 1000000 100000001 1000 100001

Color Harmonies of #514D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D5B

Black with #514D5B

Text Example


Text Example

White with #514D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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