#50435F

Color #50435F Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #50435F

Tints of Mulled Wine #50435F

Color information

#50435F (or 0x50435F) is unknown color: approx 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

RGB806795-
CMYK0.160.2900.63
HSL267.86º17.28%31.76%-
HSV(B)267.86º29.47%37.25%-
XYZ7.386.5511.7-
YUV74.08139.81132.22-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8067950.160.2900.63267.8617.2831.76
Hex50435F101D03F10c1120
Octal12010313720350774142140
Binary1010000100001110111111000011101011111110000110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>