Html Css Color HEX #50485B Mulled Wine

📋 copy color: '#50485B'

red 80 ◦ green 72 ◦ blue 91

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

Shades of Mulled Wine #50485B

Tints of Mulled Wine #50485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 32.92%
G = 29.63%
B = 37.45%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50485B (or 0x50485B) is known color: Mulled Wine. HEX triplet: 50, 48 and 5B. RGB value is (80,72,91). Sum of RGB (Red+Green+Blue) = 80+72+91=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #50485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50485B is #AFB7A4. Grayscale: #4C4C4C. Windows color (decimal): -11515813 or 5982288. OLE color: 5982288.

HSL color Cylindrical-coordinate representation of color #50485B: hue angle of 265.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50485B is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 72 91 -
CMYK 0.12 0.21 0 0.64
HSL 265.26º 0.12% 0.32% -
HSV(B) 265.26º 0.21% 0.36% -
XYZ 7.51 7.1 10.87 -
YUV 76.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 80 72 91 0.12 0.21 0 0.64 265.26 0.12 0.32
Hex 50 48 5B C 15 0 40 109 C 20
Octal 120 110 133 14 25 0 100 411 14 40
Binary 1010000 1001000 1011011 1100 10101 0 1000000 100001001 1100 100000

Color Harmonies of #50485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50485B

Black with #50485B

Text Example


Text Example

White with #50485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50485B; }

 p { color: rgb(80,72,91); }

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

background-color css

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

 a { background-color: rgb(80,72,91); }

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

border-color css

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

 span { border-color: rgb(80,72,91); }

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