Html Css Color HEX #50435B Mulled Wine

📋 copy color: '#50435B'

red 80 ◦ green 67 ◦ blue 91

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

Shades of Mulled Wine #50435B

Tints of Mulled Wine #50435B

RGB

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

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

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

R = 33.61%
G = 28.15%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50435B (or 0x50435B) is known color: Mulled Wine. HEX triplet: 50, 43 and 5B. RGB value is (80,67,91). Sum of RGB (Red+Green+Blue) = 80+67+91=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #50435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435B is #AFBCA4. Grayscale: #494949. Windows color (decimal): -11517093 or 5981008. OLE color: 5981008.

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

Color convert

RGB 80 67 91 -
CMYK 0.12 0.26 0 0.64
HSL 272.5º 0.15% 0.31% -
HSV(B) 272.5º 0.26% 0.36% -
XYZ 7.2 6.48 10.77 -
YUV 73.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 80 67 91 0.12 0.26 0 0.64 272.5 0.15 0.31
Hex 50 43 5B C 1A 0 40 110 F 1F
Octal 120 103 133 14 32 0 100 420 17 37
Binary 1010000 1000011 1011011 1100 11010 0 1000000 100010000 1111 11111

Color Harmonies of #50435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50435B

Black with #50435B

Text Example


Text Example

White with #50435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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