Html Css Color HEX #544968 Mulled Wine

📋 copy color: '#544968'

red 84 ◦ green 73 ◦ blue 104

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

Shades of Mulled Wine #544968

Tints of Mulled Wine #544968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 32.18%
G = 27.97%
B = 39.85%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#544968 (or 0x544968) is known color: Mulled Wine. HEX triplet: 54, 49 and 68. RGB value is (84,73,104). Sum of RGB (Red+Green+Blue) = 84+73+104=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #544968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544968 is #ABB697. Grayscale: #4F4F4F. Windows color (decimal): -11253400 or 6834516. OLE color: 6834516.

HSL color Cylindrical-coordinate representation of color #544968: hue angle of 261.29º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544968 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 73 104 -
CMYK 0.19 0.30 0 0.59
HSL 261.29º 0.18% 0.35% -
HSV(B) 261.29º 0.3% 0.41% -
XYZ 8.54 7.65 14.12 -
YUV 79.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 84 73 104 0.19 0.30 0 0.59 261.29 0.18 0.35
Hex 54 49 68 13 1E 0 3B 105 12 23
Octal 124 111 150 23 36 0 73 405 22 43
Binary 1010100 1001001 1101000 10011 11110 0 111011 100000101 10010 100011

Color Harmonies of #544968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544968

Black with #544968

Text Example


Text Example

White with #544968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544968; }

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

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

background-color css

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

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

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

border-color css

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

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

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