Html Css Color HEX #54475E Mulled Wine

📋 copy color: '#54475E'

red 84 ◦ green 71 ◦ blue 94

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

Shades of Mulled Wine #54475E

Tints of Mulled Wine #54475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 33.73%
G = 28.51%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54475E (or 0x54475E) is known color: Mulled Wine. HEX triplet: 54, 47 and 5E. RGB value is (84,71,94). Sum of RGB (Red+Green+Blue) = 84+71+94=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #54475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475E is #ABB8A1. Grayscale: #4D4D4D. Windows color (decimal): -11253922 or 6178644. OLE color: 6178644.

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

Color convert

RGB 84 71 94 -
CMYK 0.11 0.24 0 0.63
HSL 273.91º 0.14% 0.32% -
HSV(B) 273.91º 0.24% 0.37% -
XYZ 7.93 7.2 11.56 -
YUV 77.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 84 71 94 0.11 0.24 0 0.63 273.91 0.14 0.32
Hex 54 47 5E B 18 0 3F 112 E 20
Octal 124 107 136 13 30 0 77 422 16 40
Binary 1010100 1000111 1011110 1011 11000 0 111111 100010010 1110 100000

Color Harmonies of #54475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54475E

Black with #54475E

Text Example


Text Example

White with #54475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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