Html Css Color HEX #544A60 Mulled Wine

📋 copy color: '#544A60'

red 84 ◦ green 74 ◦ blue 96

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

Shades of Mulled Wine #544A60

Tints of Mulled Wine #544A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 33.07%
G = 29.13%
B = 37.8%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#544A60 (or 0x544A60) is known color: Mulled Wine. HEX triplet: 54, 4A and 60. RGB value is (84,74,96). Sum of RGB (Red+Green+Blue) = 84+74+96=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #544A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A60 is #ABB59F. Grayscale: #4F4F4F. Windows color (decimal): -11253152 or 6310484. OLE color: 6310484.

HSL color Cylindrical-coordinate representation of color #544A60: hue angle of 267.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544A60 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 74 96 -
CMYK 0.12 0.23 0 0.62
HSL 267.27º 0.13% 0.33% -
HSV(B) 267.27º 0.23% 0.38% -
XYZ 8.22 7.63 12.11 -
YUV 79.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 84 74 96 0.12 0.23 0 0.62 267.27 0.13 0.33
Hex 54 4A 60 C 17 0 3E 10B D 21
Octal 124 112 140 14 27 0 76 413 15 41
Binary 1010100 1001010 1100000 1100 10111 0 111110 100001011 1101 100001

Color Harmonies of #544A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A60

Black with #544A60

Text Example


Text Example

White with #544A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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