Html Css Color HEX #504160 Mulled Wine

📋 copy color: '#504160'

red 80 ◦ green 65 ◦ blue 96

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

Shades of Mulled Wine #504160

Tints of Mulled Wine #504160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 33.2%
G = 26.97%
B = 39.83%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504160 (or 0x504160) is known color: Mulled Wine. HEX triplet: 50, 41 and 60. RGB value is (80,65,96). Sum of RGB (Red+Green+Blue) = 80+65+96=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #504160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504160 is #AFBE9F. Grayscale: #484848. Windows color (decimal): -11517600 or 6308176. OLE color: 6308176.

HSL color Cylindrical-coordinate representation of color #504160: hue angle of 269.03º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504160 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 65 96 -
CMYK 0.17 0.32 0 0.62
HSL 269.03º 0.19% 0.32% -
HSV(B) 269.03º 0.32% 0.38% -
XYZ 7.31 6.33 11.9 -
YUV 73.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 80 65 96 0.17 0.32 0 0.62 269.03 0.19 0.32
Hex 50 41 60 11 20 0 3E 10D 13 20
Octal 120 101 140 21 40 0 76 415 23 40
Binary 1010000 1000001 1100000 10001 100000 0 111110 100001101 10011 100000

Color Harmonies of #504160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504160

Black with #504160

Text Example


Text Example

White with #504160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504160; }

 p { color: rgb(80,65,96); }

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

background-color css

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

 a { background-color: rgb(80,65,96); }

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

border-color css

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

 span { border-color: rgb(80,65,96); }

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