Html Css Color HEX #504C66 Mulled Wine

📋 copy color: '#504C66'

red 80 ◦ green 76 ◦ blue 102

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

Shades of Mulled Wine #504C66

Tints of Mulled Wine #504C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 31.01%
G = 29.46%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#504C66 (or 0x504C66) is known color: Mulled Wine. HEX triplet: 50, 4C and 66. RGB value is (80,76,102). Sum of RGB (Red+Green+Blue) = 80+76+102=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #504C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C66 is #AFB399. Grayscale: #505050. Windows color (decimal): -11514778 or 6704208. OLE color: 6704208.

HSL color Cylindrical-coordinate representation of color #504C66: hue angle of 249.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504C66 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 76 102 -
CMYK 0.22 0.25 0 0.6
HSL 249.23º 0.15% 0.35% -
HSV(B) 249.23º 0.25% 0.4% -
XYZ 8.29 7.83 13.65 -
YUV 80.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 80 76 102 0.22 0.25 0 0.6 249.23 0.15 0.35
Hex 50 4C 66 16 19 0 3C F9 F 23
Octal 120 114 146 26 31 0 74 371 17 43
Binary 1010000 1001100 1100110 10110 11001 0 111100 11111001 1111 100011

Color Harmonies of #504C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C66

Black with #504C66

Text Example


Text Example

White with #504C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C66; }

 p { color: rgb(80,76,102); }

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

background-color css

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

 a { background-color: rgb(80,76,102); }

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

border-color css

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

 span { border-color: rgb(80,76,102); }

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