Html Css Color HEX #514C5B Mulled Wine

📋 copy color: '#514C5B'

red 81 ◦ green 76 ◦ blue 91

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

Shades of Mulled Wine #514C5B

Tints of Mulled Wine #514C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

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

R = 32.66%
G = 30.65%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#514C5B (or 0x514C5B) is known color: Mulled Wine. HEX triplet: 51, 4C and 5B. RGB value is (81,76,91). Sum of RGB (Red+Green+Blue) = 81+76+91=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #514C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C5B is #AEB3A4. Grayscale: #4F4F4F. Windows color (decimal): -11449253 or 5983313. OLE color: 5983313.

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

Color convert

RGB 81 76 91 -
CMYK 0.11 0.16 0 0.64
HSL 260º 0.09% 0.33% -
HSV(B) 260º 0.16% 0.36% -
XYZ 7.87 7.67 10.96 -
YUV 79.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 81 76 91 0.11 0.16 0 0.64 260 0.09 0.33
Hex 51 4C 5B B 10 0 40 104 9 21
Octal 121 114 133 13 20 0 100 404 11 41
Binary 1010001 1001100 1011011 1011 10000 0 1000000 100000100 1001 100001

Color Harmonies of #514C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C5B

Black with #514C5B

Text Example


Text Example

White with #514C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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