Html Css Color HEX #504763 Mulled Wine

📋 copy color: '#504763'

red 80 ◦ green 71 ◦ blue 99

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

Shades of Mulled Wine #504763

Tints of Mulled Wine #504763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 32%
G = 28.4%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#504763 (or 0x504763) is known color: Mulled Wine. HEX triplet: 50, 47 and 63. RGB value is (80,71,99). Sum of RGB (Red+Green+Blue) = 80+71+99=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #504763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504763 is #AFB89C. Grayscale: #4C4C4C. Windows color (decimal): -11516061 or 6506320. OLE color: 6506320.

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

Color convert

RGB 80 71 99 -
CMYK 0.19 0.28 0 0.61
HSL 259.29º 0.16% 0.33% -
HSV(B) 259.29º 0.28% 0.39% -
XYZ 7.81 7.11 12.77 -
YUV 76.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 80 71 99 0.19 0.28 0 0.61 259.29 0.16 0.33
Hex 50 47 63 13 1C 0 3D 103 10 21
Octal 120 107 143 23 34 0 75 403 20 41
Binary 1010000 1000111 1100011 10011 11100 0 111101 100000011 10000 100001

Color Harmonies of #504763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504763

Black with #504763

Text Example


Text Example

White with #504763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504763; }

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

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

background-color css

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

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

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

border-color css

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

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

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