Html Css Color HEX #514956 Mulled Wine

📋 copy color: '#514956'

red 81 ◦ green 73 ◦ blue 86

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

Shades of Mulled Wine #514956

Tints of Mulled Wine #514956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 33.75%
G = 30.42%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#514956 (or 0x514956) is known color: Mulled Wine. HEX triplet: 51, 49 and 56. RGB value is (81,73,86). Sum of RGB (Red+Green+Blue) = 81+73+86=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #514956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514956 is #AEB6A9. Grayscale: #4C4C4C. Windows color (decimal): -11450026 or 5654865. OLE color: 5654865.

HSL color Cylindrical-coordinate representation of color #514956: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514956 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 73 86 -
CMYK 0.06 0.15 0 0.66
HSL 276.92º 0.08% 0.31% -
HSV(B) 276.92º 0.15% 0.34% -
XYZ 7.46 7.19 9.8 -
YUV 76.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 81 73 86 0.06 0.15 0 0.66 276.92 0.08 0.31
Hex 51 49 56 6 F 0 42 115 8 1F
Octal 121 111 126 6 17 0 102 425 10 37
Binary 1010001 1001001 1010110 110 1111 0 1000010 100010101 1000 11111

Color Harmonies of #514956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514956

Black with #514956

Text Example


Text Example

White with #514956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514956; }

 p { color: rgb(81,73,86); }

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

background-color css

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

 a { background-color: rgb(81,73,86); }

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

border-color css

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

 span { border-color: rgb(81,73,86); }

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