Html Css Color HEX #514958 Mulled Wine

📋 copy color: '#514958'

red 81 ◦ green 73 ◦ blue 88

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

Shades of Mulled Wine #514958

Tints of Mulled Wine #514958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 33.47%
G = 30.17%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514958 (or 0x514958) is known color: Mulled Wine. HEX triplet: 51, 49 and 58. RGB value is (81,73,88). Sum of RGB (Red+Green+Blue) = 81+73+88=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #514958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514958 is #AEB6A7. Grayscale: #4D4D4D. Windows color (decimal): -11450024 or 5785937. OLE color: 5785937.

HSL color Cylindrical-coordinate representation of color #514958: hue angle of 272º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514958 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 73 88 -
CMYK 0.08 0.17 0 0.65
HSL 272º 0.09% 0.32% -
HSV(B) 272º 0.17% 0.35% -
XYZ 7.54 7.22 10.23 -
YUV 77.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 81 73 88 0.08 0.17 0 0.65 272 0.09 0.32
Hex 51 49 58 8 11 0 41 110 9 20
Octal 121 111 130 10 21 0 101 420 11 40
Binary 1010001 1001001 1011000 1000 10001 0 1000001 100010000 1001 100000

Color Harmonies of #514958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514958

Black with #514958

Text Example


Text Example

White with #514958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514958; }

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

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

background-color css

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

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

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

border-color css

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

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

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