Html Css Color HEX #50405D Mulled Wine

📋 copy color: '#50405D'

red 80 ◦ green 64 ◦ blue 93

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

Shades of Mulled Wine #50405D

Tints of Mulled Wine #50405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 33.76%
G = 27%
B = 39.24%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50405D (or 0x50405D) is known color: Mulled Wine. HEX triplet: 50, 40 and 5D. RGB value is (80,64,93). Sum of RGB (Red+Green+Blue) = 80+64+93=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #50405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50405D is #AFBFA2. Grayscale: #474747. Windows color (decimal): -11517859 or 6111312. OLE color: 6111312.

HSL color Cylindrical-coordinate representation of color #50405D: hue angle of 273.1º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50405D is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 64 93 -
CMYK 0.14 0.31 0 0.64
HSL 273.1º 0.18% 0.31% -
HSV(B) 273.1º 0.31% 0.36% -
XYZ 7.12 6.16 11.17 -
YUV 72.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 80 64 93 0.14 0.31 0 0.64 273.1 0.18 0.31
Hex 50 40 5D E 1F 0 40 111 12 1F
Octal 120 100 135 16 37 0 100 421 22 37
Binary 1010000 1000000 1011101 1110 11111 0 1000000 100010001 10010 11111

Color Harmonies of #50405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50405D

Black with #50405D

Text Example


Text Example

White with #50405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50405D; }

 p { color: rgb(80,64,93); }

 H1.HeaderClassName
 {
   color: #50405D;
 }
 .AnyTagClassName
 {
   color: #50405D;
 }
</style>

background-color css

<style>
 a { background-color: #50405D; }

 a { background-color: rgb(80,64,93); }

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

border-color css

<style>
 span { border-color: #50405D; }

 span { border-color: rgb(80,64,93); }

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