Html Css Color HEX #504F53 Mulled Wine

📋 copy color: '#504F53'

red 80 ◦ green 79 ◦ blue 83

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

Shades of Mulled Wine #504F53

Tints of Mulled Wine #504F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 33.06%
G = 32.64%
B = 34.3%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504F53 (or 0x504F53) is known color: Mulled Wine. HEX triplet: 50, 4F and 53. RGB value is (80,79,83). Sum of RGB (Red+Green+Blue) = 80+79+83=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 83 - color contains mainly: blue. Hex color #504F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F53 is #AFB0AC. Grayscale: #4F4F4F. Windows color (decimal): -11514029 or 5459792. OLE color: 5459792.

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

Color convert

RGB 80 79 83 -
CMYK 0.04 0.05 0 0.67
HSL 255º 0.02% 0.32% -
HSV(B) 255º 0.05% 0.33% -
XYZ 7.67 7.92 9.31 -
YUV 79.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 80 79 83 0.04 0.05 0 0.67 255 0.02 0.32
Hex 50 4F 53 4 5 0 43 FF 2 20
Octal 120 117 123 4 5 0 103 377 2 40
Binary 1010000 1001111 1010011 100 101 0 1000011 11111111 10 100000

Color Harmonies of #504F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F53

Black with #504F53

Text Example


Text Example

White with #504F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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