Html Css Color HEX #544A5B Mulled Wine

📋 copy color: '#544A5B'

red 84 ◦ green 74 ◦ blue 91

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

Shades of Mulled Wine #544A5B

Tints of Mulled Wine #544A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.72%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 33.73%
G = 29.72%
B = 36.55%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#544A5B (or 0x544A5B) is known color: Mulled Wine. HEX triplet: 54, 4A and 5B. RGB value is (84,74,91). Sum of RGB (Red+Green+Blue) = 84+74+91=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #544A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A5B is #ABB5A4. Grayscale: #4E4E4E. Windows color (decimal): -11253157 or 5982804. OLE color: 5982804.

HSL color Cylindrical-coordinate representation of color #544A5B: hue angle of 275.29º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544A5B is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 74 91 -
CMYK 0.08 0.19 0 0.64
HSL 275.29º 0.1% 0.32% -
HSV(B) 275.29º 0.19% 0.36% -
XYZ 7.99 7.54 10.93 -
YUV 78.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 84 74 91 0.08 0.19 0 0.64 275.29 0.1 0.32
Hex 54 4A 5B 8 13 0 40 113 A 20
Octal 124 112 133 10 23 0 100 423 12 40
Binary 1010100 1001010 1011011 1000 10011 0 1000000 100010011 1010 100000

Color Harmonies of #544A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A5B

Black with #544A5B

Text Example


Text Example

White with #544A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A5B; }

 p { color: rgb(84,74,91); }

 H1.HeaderClassName
 {
   color: #544A5B;
 }
 .AnyTagClassName
 {
   color: #544A5B;
 }
</style>

background-color css

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

 a { background-color: rgb(84,74,91); }

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

border-color css

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

 span { border-color: rgb(84,74,91); }

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