Html Css Color HEX #504862 Mulled Wine

📋 copy color: '#504862'

red 80 ◦ green 72 ◦ blue 98

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

Shades of Mulled Wine #504862

Tints of Mulled Wine #504862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 32%
G = 28.8%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504862 (or 0x504862) is known color: Mulled Wine. HEX triplet: 50, 48 and 62. RGB value is (80,72,98). Sum of RGB (Red+Green+Blue) = 80+72+98=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #504862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504862 is #AFB79D. Grayscale: #4D4D4D. Windows color (decimal): -11515806 or 6441040. OLE color: 6441040.

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

Color convert

RGB 80 72 98 -
CMYK 0.18 0.27 0 0.62
HSL 258.46º 0.15% 0.33% -
HSV(B) 258.46º 0.27% 0.38% -
XYZ 7.83 7.22 12.54 -
YUV 77.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 80 72 98 0.18 0.27 0 0.62 258.46 0.15 0.33
Hex 50 48 62 12 1B 0 3E 102 F 21
Octal 120 110 142 22 33 0 76 402 17 41
Binary 1010000 1001000 1100010 10010 11011 0 111110 100000010 1111 100001

Color Harmonies of #504862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504862

Black with #504862

Text Example


Text Example

White with #504862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504862; }

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

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

background-color css

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

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

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

border-color css

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

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

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