Html Css Color HEX #504959 Mulled Wine

📋 copy color: '#504959'

red 80 ◦ green 73 ◦ blue 89

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

Shades of Mulled Wine #504959

Tints of Mulled Wine #504959

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

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

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 33.06%
G = 30.17%
B = 36.78%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504959 (or 0x504959) is known color: Mulled Wine. HEX triplet: 50, 49 and 59. RGB value is (80,73,89). Sum of RGB (Red+Green+Blue) = 80+73+89=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #504959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504959 is #AFB6A6. Grayscale: #4C4C4C. Windows color (decimal): -11515559 or 5851472. OLE color: 5851472.

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

Color convert

RGB 80 73 89 -
CMYK 0.10 0.18 0 0.65
HSL 266.25º 0.1% 0.32% -
HSV(B) 266.25º 0.18% 0.35% -
XYZ 7.49 7.19 10.44 -
YUV 76.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 80 73 89 0.10 0.18 0 0.65 266.25 0.1 0.32
Hex 50 49 59 A 12 0 41 10A A 20
Octal 120 111 131 12 22 0 101 412 12 40
Binary 1010000 1001001 1011001 1010 10010 0 1000001 100001010 1010 100000

Color Harmonies of #504959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504959

Black with #504959

Text Example


Text Example

White with #504959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504959; }

 p { color: rgb(80,73,89); }

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

background-color css

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

 a { background-color: rgb(80,73,89); }

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

border-color css

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

 span { border-color: rgb(80,73,89); }

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