Html Css Color HEX #504563 Mulled Wine

📋 copy color: '#504563'

red 80 ◦ green 69 ◦ blue 99

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

Shades of Mulled Wine #504563

Tints of Mulled Wine #504563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 32.26%
G = 27.82%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#504563 (or 0x504563) is known color: Mulled Wine. HEX triplet: 50, 45 and 63. RGB value is (80,69,99). Sum of RGB (Red+Green+Blue) = 80+69+99=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #504563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504563 is #AFBA9C. Grayscale: #4B4B4B. Windows color (decimal): -11516573 or 6505808. OLE color: 6505808.

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

Color convert

RGB 80 69 99 -
CMYK 0.19 0.30 0 0.61
HSL 262º 0.18% 0.33% -
HSV(B) 262º 0.3% 0.39% -
XYZ 7.69 6.86 12.72 -
YUV 75.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 80 69 99 0.19 0.30 0 0.61 262 0.18 0.33
Hex 50 45 63 13 1E 0 3D 106 12 21
Octal 120 105 143 23 36 0 75 406 22 41
Binary 1010000 1000101 1100011 10011 11110 0 111101 100000110 10010 100001

Color Harmonies of #504563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504563

Black with #504563

Text Example


Text Example

White with #504563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504563; }

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

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

background-color css

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

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

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

border-color css

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

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

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