Html Css Color HEX #504962 Mulled Wine

📋 copy color: '#504962'

red 80 ◦ green 73 ◦ blue 98

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

Shades of Mulled Wine #504962

Tints of Mulled Wine #504962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 31.87%
G = 29.08%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504962 (or 0x504962) is known color: Mulled Wine. HEX triplet: 50, 49 and 62. RGB value is (80,73,98). Sum of RGB (Red+Green+Blue) = 80+73+98=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #504962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504962 is #AFB69D. Grayscale: #4D4D4D. Windows color (decimal): -11515550 or 6441296. OLE color: 6441296.

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

Color convert

RGB 80 73 98 -
CMYK 0.18 0.26 0 0.62
HSL 256.8º 0.15% 0.34% -
HSV(B) 256.8º 0.26% 0.38% -
XYZ 7.9 7.35 12.56 -
YUV 77.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 80 73 98 0.18 0.26 0 0.62 256.8 0.15 0.34
Hex 50 49 62 12 1A 0 3E 101 F 22
Octal 120 111 142 22 32 0 76 401 17 42
Binary 1010000 1001001 1100010 10010 11010 0 111110 100000001 1111 100010

Color Harmonies of #504962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504962

Black with #504962

Text Example


Text Example

White with #504962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504962; }

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

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

background-color css

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

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

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

border-color css

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

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

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