#54485C

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

Shades of Mulled Wine #54485C

Tints of Mulled Wine #54485C

Color information

#54485C (or 0x54485C) is unknown color: approx Mulled Wine. HEX triplet: 54, 48 and 5C. RGB value is (84,72,92). Sum of RGB (Red+Green+Blue) = 84+72+92=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #54485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54485C is #ABB7A3. Grayscale: #4D4D4D. Windows color (decimal): -11253668 or 6047828. OLE color: 6047828.

HSL color Cylindrical-coordinate representation of color #54485C: hue angle of 276º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54485C is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB847292-
CMYK0.090.2200.64
HSL276º12.2%32.16%-
HSV(B)276º21.74%36.08%-
XYZ7.917.2911.12-
YUV77.87135.98132.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=33.87%
G=29.03%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8472920.090.2200.6427612.232.16
Hex54485C916040114c20
Octal124110134112601004241440
Binary101010010010001011100100110110010000001000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54485C; }

 p { color: rgb(84,72,92); }

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

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

 a { background-color: rgb(84,72,92); }

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

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

 span { border-color: rgb(84,72,92); }

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