#504359

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

Shades of Mulled Wine #504359

Tints of Mulled Wine #504359

Color information

#504359 (or 0x504359) is unknown color: approx Mulled Wine. HEX triplet: 50, 43 and 59. RGB value is (80,67,89). Sum of RGB (Red+Green+Blue) = 80+67+89=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #504359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504359 is #AFBCA6. Grayscale: #494949. Windows color (decimal): -11517095 or 5849936. OLE color: 5849936.

HSL color Cylindrical-coordinate representation of color #504359: hue angle of 275.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504359 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB806789-
CMYK0.100.2500.65
HSL275.45º14.1%30.59%-
HSV(B)275.45º24.72%34.9%-
XYZ7.126.4410.32-
YUV73.4136.81132.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=33.90%
G=28.39%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8067890.100.2500.65275.4514.130.59
Hex504359A19041113e1f
Octal120103131123101014231637
Binary10100001000011101100110101100101000001100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504359; }

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

 H1.HeaderClassName
 {
   color: #504359;
 }
 .AnyTagClassName
 {
   color: #504359;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #504359;
 }
 .BgClassName
 {
   background-color: #504359;
 }
</style>
border-color css

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

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

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