Html Css Color HEX #544B5A Mulled Wine

📋 copy color: '#544B5A'

red 84 ◦ green 75 ◦ blue 90

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

Shades of Mulled Wine #544B5A

Tints of Mulled Wine #544B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 33.73%
G = 30.12%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544B5A (or 0x544B5A) is known color: Mulled Wine. HEX triplet: 54, 4B and 5A. RGB value is (84,75,90). Sum of RGB (Red+Green+Blue) = 84+75+90=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #544B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B5A is #ABB4A5. Grayscale: #4F4F4F. Windows color (decimal): -11252902 or 5917524. OLE color: 5917524.

HSL color Cylindrical-coordinate representation of color #544B5A: hue angle of 276º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #544B5A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 75 90 -
CMYK 0.07 0.17 0 0.65
HSL 276º 0.09% 0.32% -
HSV(B) 276º 0.17% 0.35% -
XYZ 8.02 7.66 10.73 -
YUV 79.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 84 75 90 0.07 0.17 0 0.65 276 0.09 0.32
Hex 54 4B 5A 7 11 0 41 114 9 20
Octal 124 113 132 7 21 0 101 424 11 40
Binary 1010100 1001011 1011010 111 10001 0 1000001 100010100 1001 100000

Color Harmonies of #544B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B5A

Black with #544B5A

Text Example


Text Example

White with #544B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,75,90); }

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

background-color css

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

 a { background-color: rgb(84,75,90); }

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

border-color css

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

 span { border-color: rgb(84,75,90); }

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