#54475D

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

Shades of Mulled Wine #54475D

Tints of Mulled Wine #54475D

Color information

#54475D (or 0x54475D) is unknown color: approx Mulled Wine. HEX triplet: 54, 47 and 5D. RGB value is (84,71,93). Sum of RGB (Red+Green+Blue) = 84+71+93=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #54475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475D is #ABB8A2. Grayscale: #4D4D4D. Windows color (decimal): -11253923 or 6113108. OLE color: 6113108.

HSL color Cylindrical-coordinate representation of color #54475D: hue angle of 275.45º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54475D is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB847193-
CMYK0.100.2400.64
HSL275.45º13.41%32.16%-
HSV(B)275.45º23.66%36.47%-
XYZ7.897.1811.33-
YUV77.4136.81132.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=33.87%
G=28.63%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8471930.100.2400.64275.4513.4132.16
Hex54475DA18040113d20
Octal124107135123001004231540
Binary101010010001111011101101011000010000001000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,71,93); }

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

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

 a { background-color: rgb(84,71,93); }

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

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

 span { border-color: rgb(84,71,93); }

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