Html Css Color HEX #54485E Mulled Wine

📋 copy color: '#54485E'

red 84 ◦ green 72 ◦ blue 94

#54485E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #54485E

Tints of Mulled Wine #54485E

RGB

 RED value IS 84 (33.2% from 255) = 33.6%

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 33.6%
G = 28.8%
B = 37.6%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54485E (or 0x54485E) is known color: Mulled Wine. HEX triplet: 54, 48 and 5E. RGB value is (84,72,94). Sum of RGB (Red+Green+Blue) = 84+72+94=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #54485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54485E is #ABB7A1. Grayscale: #4E4E4E. Windows color (decimal): -11253666 or 6178900. OLE color: 6178900.

HSL color Cylindrical-coordinate representation of color #54485E: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54485E is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 72 94 -
CMYK 0.11 0.23 0 0.63
HSL 272.73º 0.13% 0.33% -
HSV(B) 272.73º 0.23% 0.37% -
XYZ 7.99 7.33 11.58 -
YUV 78.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 84 72 94 0.11 0.23 0 0.63 272.73 0.13 0.33
Hex 54 48 5E B 17 0 3F 111 D 21
Octal 124 110 136 13 27 0 77 421 15 41
Binary 1010100 1001000 1011110 1011 10111 0 111111 100010001 1101 100001

Color Harmonies of #54485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54485E

Black with #54485E

Text Example


Text Example

White with #54485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54485E;
 }
 .AnyTagClassName
 {
   color: #54485E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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