Html Css Color HEX #504562 Mulled Wine

📋 copy color: '#504562'

red 80 ◦ green 69 ◦ blue 98

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

Shades of Mulled Wine #504562

Tints of Mulled Wine #504562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 32.39%
G = 27.94%
B = 39.68%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504562 (or 0x504562) is known color: Mulled Wine. HEX triplet: 50, 45 and 62. RGB value is (80,69,98). Sum of RGB (Red+Green+Blue) = 80+69+98=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #504562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504562 is #AFBA9D. Grayscale: #4B4B4B. Windows color (decimal): -11516574 or 6440272. OLE color: 6440272.

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

Color convert

RGB 80 69 98 -
CMYK 0.18 0.30 0 0.62
HSL 262.76º 0.17% 0.33% -
HSV(B) 262.76º 0.3% 0.38% -
XYZ 7.64 6.84 12.47 -
YUV 75.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 80 69 98 0.18 0.30 0 0.62 262.76 0.17 0.33
Hex 50 45 62 12 1E 0 3E 107 11 21
Octal 120 105 142 22 36 0 76 407 21 41
Binary 1010000 1000101 1100010 10010 11110 0 111110 100000111 10001 100001

Color Harmonies of #504562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504562

Black with #504562

Text Example


Text Example

White with #504562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504562; }

 p { color: rgb(80,69,98); }

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

background-color css

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

 a { background-color: rgb(80,69,98); }

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

border-color css

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

 span { border-color: rgb(80,69,98); }

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