Html Css Color HEX #50435A Mulled Wine

📋 copy color: '#50435A'

red 80 ◦ green 67 ◦ blue 90

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

Shades of Mulled Wine #50435A

Tints of Mulled Wine #50435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

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

R = 33.76%
G = 28.27%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50435A (or 0x50435A) is known color: Mulled Wine. HEX triplet: 50, 43 and 5A. RGB value is (80,67,90). Sum of RGB (Red+Green+Blue) = 80+67+90=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #50435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435A is #AFBCA5. Grayscale: #494949. Windows color (decimal): -11517094 or 5915472. OLE color: 5915472.

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

Color convert

RGB 80 67 90 -
CMYK 0.11 0.26 0 0.65
HSL 273.91º 0.15% 0.31% -
HSV(B) 273.91º 0.26% 0.35% -
XYZ 7.16 6.46 10.54 -
YUV 73.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 80 67 90 0.11 0.26 0 0.65 273.91 0.15 0.31
Hex 50 43 5A B 1A 0 41 112 F 1F
Octal 120 103 132 13 32 0 101 422 17 37
Binary 1010000 1000011 1011010 1011 11010 0 1000001 100010010 1111 11111

Color Harmonies of #50435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50435A

Black with #50435A

Text Example


Text Example

White with #50435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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