Html Css Color HEX #50425A Mulled Wine

📋 copy color: '#50425A'

red 80 ◦ green 66 ◦ blue 90

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

Shades of Mulled Wine #50425A

Tints of Mulled Wine #50425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 33.9%
G = 27.97%
B = 38.14%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50425A (or 0x50425A) is known color: Mulled Wine. HEX triplet: 50, 42 and 5A. RGB value is (80,66,90). Sum of RGB (Red+Green+Blue) = 80+66+90=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #50425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50425A is #AFBDA5. Grayscale: #484848. Windows color (decimal): -11517350 or 5915216. OLE color: 5915216.

HSL color Cylindrical-coordinate representation of color #50425A: hue angle of 275º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50425A is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 66 90 -
CMYK 0.11 0.27 0 0.65
HSL 275º 0.15% 0.31% -
HSV(B) 275º 0.27% 0.35% -
XYZ 7.1 6.34 10.52 -
YUV 72.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 80 66 90 0.11 0.27 0 0.65 275 0.15 0.31
Hex 50 42 5A B 1B 0 41 113 F 1F
Octal 120 102 132 13 33 0 101 423 17 37
Binary 1010000 1000010 1011010 1011 11011 0 1000001 100010011 1111 11111

Color Harmonies of #50425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50425A

Black with #50425A

Text Example


Text Example

White with #50425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50425A; }

 p { color: rgb(80,66,90); }

 H1.HeaderClassName
 {
   color: #50425A;
 }
 .AnyTagClassName
 {
   color: #50425A;
 }
</style>

background-color css

<style>
 a { background-color: #50425A; }

 a { background-color: rgb(80,66,90); }

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

border-color css

<style>
 span { border-color: #50425A; }

 span { border-color: rgb(80,66,90); }

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