#504363

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

Shades of Mulled Wine #504363

Tints of Mulled Wine #504363

Color information

#504363 (or 0x504363) is unknown color: approx Mulled Wine. HEX triplet: 50, 43 and 63. RGB value is (80,67,99). Sum of RGB (Red+Green+Blue) = 80+67+99=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #504363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504363 is #AFBC9C. Grayscale: #4A4A4A. Windows color (decimal): -11517085 or 6505296. OLE color: 6505296.

HSL color Cylindrical-coordinate representation of color #504363: hue angle of 264.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504363 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB806799-
CMYK0.190.3200.61
HSL264.38º19.28%32.55%-
HSV(B)264.38º32.32%38.82%-
XYZ7.576.6212.68-
YUV74.54141.81131.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=32.52%
G=27.24%
B=40.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8067990.190.3200.61264.3819.2832.55
Hex504363132003D1081321
Octal12010314323400754102341
Binary10100001000011110001110011100000011110110000100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504363; }

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

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

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

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

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

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

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

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