Html Css Color HEX #544A5F Mulled Wine

📋 copy color: '#544A5F'

red 84 ◦ green 74 ◦ blue 95

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

Shades of Mulled Wine #544A5F

Tints of Mulled Wine #544A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.55%

R = 33.2%
G = 29.25%
B = 37.55%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#544A5F (or 0x544A5F) is known color: Mulled Wine. HEX triplet: 54, 4A and 5F. RGB value is (84,74,95). Sum of RGB (Red+Green+Blue) = 84+74+95=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #544A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A5F is #ABB5A0. Grayscale: #4F4F4F. Windows color (decimal): -11253153 or 6244948. OLE color: 6244948.

HSL color Cylindrical-coordinate representation of color #544A5F: hue angle of 268.57º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #544A5F is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 74 95 -
CMYK 0.12 0.22 0 0.63
HSL 268.57º 0.12% 0.33% -
HSV(B) 268.57º 0.22% 0.37% -
XYZ 8.17 7.61 11.86 -
YUV 79.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 84 74 95 0.12 0.22 0 0.63 268.57 0.12 0.33
Hex 54 4A 5F C 16 0 3F 10D C 21
Octal 124 112 137 14 26 0 77 415 14 41
Binary 1010100 1001010 1011111 1100 10110 0 111111 100001101 1100 100001

Color Harmonies of #544A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A5F

Black with #544A5F

Text Example


Text Example

White with #544A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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