Html Css Color HEX #50435F Mulled Wine

📋 copy color: '#50435F'

red 80 ◦ green 67 ◦ blue 95

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

Shades of Mulled Wine #50435F

Tints of Mulled Wine #50435F

RGB

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

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

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

R = 33.06%
G = 27.69%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50435F (or 0x50435F) is known color: Mulled Wine. HEX triplet: 50, 43 and 5F. RGB value is (80,67,95). Sum of RGB (Red+Green+Blue) = 80+67+95=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #50435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435F is #AFBCA0. Grayscale: #494949. Windows color (decimal): -11517089 or 6243152. OLE color: 6243152.

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

Color convert

RGB 80 67 95 -
CMYK 0.16 0.29 0 0.63
HSL 267.86º 0.17% 0.32% -
HSV(B) 267.86º 0.29% 0.37% -
XYZ 7.38 6.55 11.7 -
YUV 74.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 80 67 95 0.16 0.29 0 0.63 267.86 0.17 0.32
Hex 50 43 5F 10 1D 0 3F 10C 11 20
Octal 120 103 137 20 35 0 77 414 21 40
Binary 1010000 1000011 1011111 10000 11101 0 111111 100001100 10001 100000

Color Harmonies of #50435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50435F

Black with #50435F

Text Example


Text Example

White with #50435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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