Html Css Color HEX #54496A Mulled Wine

📋 copy color: '#54496A'

red 84 ◦ green 73 ◦ blue 106

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

Shades of Mulled Wine #54496A

Tints of Mulled Wine #54496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 31.94%
G = 27.76%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54496A (or 0x54496A) is known color: Mulled Wine. HEX triplet: 54, 49 and 6A. RGB value is (84,73,106). Sum of RGB (Red+Green+Blue) = 84+73+106=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #54496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54496A is #ABB695. Grayscale: #4F4F4F. Windows color (decimal): -11253398 or 6965588. OLE color: 6965588.

HSL color Cylindrical-coordinate representation of color #54496A: hue angle of 260º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54496A is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 73 106 -
CMYK 0.21 0.31 0 0.58
HSL 260º 0.18% 0.35% -
HSV(B) 260º 0.31% 0.42% -
XYZ 8.64 7.69 14.66 -
YUV 80.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 84 73 106 0.21 0.31 0 0.58 260 0.18 0.35
Hex 54 49 6A 15 1F 0 3A 104 12 23
Octal 124 111 152 25 37 0 72 404 22 43
Binary 1010100 1001001 1101010 10101 11111 0 111010 100000100 10010 100011

Color Harmonies of #54496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54496A

Black with #54496A

Text Example


Text Example

White with #54496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54496A; }

 p { color: rgb(84,73,106); }

 H1.HeaderClassName
 {
   color: #54496A;
 }
 .AnyTagClassName
 {
   color: #54496A;
 }
</style>

background-color css

<style>
 a { background-color: #54496A; }

 a { background-color: rgb(84,73,106); }

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

border-color css

<style>
 span { border-color: #54496A; }

 span { border-color: rgb(84,73,106); }

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