Html Css Color HEX #50475F Mulled Wine

📋 copy color: '#50475F'

red 80 ◦ green 71 ◦ blue 95

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

Shades of Mulled Wine #50475F

Tints of Mulled Wine #50475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 32.52%
G = 28.86%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50475F (or 0x50475F) is known color: Mulled Wine. HEX triplet: 50, 47 and 5F. RGB value is (80,71,95). Sum of RGB (Red+Green+Blue) = 80+71+95=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #50475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50475F is #AFB8A0. Grayscale: #4C4C4C. Windows color (decimal): -11516065 or 6244176. OLE color: 6244176.

HSL color Cylindrical-coordinate representation of color #50475F: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50475F is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 71 95 -
CMYK 0.16 0.25 0 0.63
HSL 262.5º 0.14% 0.33% -
HSV(B) 262.5º 0.25% 0.37% -
XYZ 7.63 7.04 11.78 -
YUV 76.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 80 71 95 0.16 0.25 0 0.63 262.5 0.14 0.33
Hex 50 47 5F 10 19 0 3F 106 E 21
Octal 120 107 137 20 31 0 77 406 16 41
Binary 1010000 1000111 1011111 10000 11001 0 111111 100000110 1110 100001

Color Harmonies of #50475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50475F

Black with #50475F

Text Example


Text Example

White with #50475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50475F; }

 p { color: rgb(80,71,95); }

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

background-color css

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

 a { background-color: rgb(80,71,95); }

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

border-color css

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

 span { border-color: rgb(80,71,95); }

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