#545163

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

Shades of Mulled Wine #545163

Tints of Mulled Wine #545163

Color information

#545163 (or 0x545163) is unknown color: approx Mulled Wine. HEX triplet: 54, 51 and 63. RGB value is (84,81,99). Sum of RGB (Red+Green+Blue) = 84+81+99=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #545163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545163 is #ABAE9C. Grayscale: #535353. Windows color (decimal): -11251357 or 6508884. OLE color: 6508884.

HSL color Cylindrical-coordinate representation of color #545163: hue angle of 250º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545163 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB848199-
CMYK0.150.1800.61
HSL250º10%35.29%-
HSV(B)250º18.18%38.82%-
XYZ8.858.6713.01-
YUV83.95136.49128.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=31.82%
G=30.68%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8481990.150.1800.612501035.29
Hex545163F1203Dfaa23
Octal12412114317220753721243
Binary1010100101000111000111111100100111101111110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545163; }

 p { color: rgb(84,81,99); }

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

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

 a { background-color: rgb(84,81,99); }

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

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

 span { border-color: rgb(84,81,99); }

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