Html Css Color HEX #504F52 Mulled Wine

📋 copy color: '#504F52'

red 80 ◦ green 79 ◦ blue 82

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

Shades of Mulled Wine #504F52

Tints of Mulled Wine #504F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 33.2%
G = 32.78%
B = 34.02%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504F52 (or 0x504F52) is known color: Mulled Wine. HEX triplet: 50, 4F and 52. RGB value is (80,79,82). Sum of RGB (Red+Green+Blue) = 80+79+82=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 82 - color contains mainly: blue. Hex color #504F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F52 is #AFB0AD. Grayscale: #4F4F4F. Windows color (decimal): -11514030 or 5394256. OLE color: 5394256.

HSL color Cylindrical-coordinate representation of color #504F52: hue angle of 260º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #504F52 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 79 82 -
CMYK 0.02 0.04 0 0.68
HSL 260º 0.02% 0.32% -
HSV(B) 260º 0.04% 0.32% -
XYZ 7.63 7.91 9.11 -
YUV 79.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 80 79 82 0.02 0.04 0 0.68 260 0.02 0.32
Hex 50 4F 52 2 4 0 44 104 2 20
Octal 120 117 122 2 4 0 104 404 2 40
Binary 1010000 1001111 1010010 10 100 0 1000100 100000100 10 100000

Color Harmonies of #504F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F52

Black with #504F52

Text Example


Text Example

White with #504F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,79,82); }

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

background-color css

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

 a { background-color: rgb(80,79,82); }

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

border-color css

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

 span { border-color: rgb(80,79,82); }

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