Html Css Color HEX #544868 Mulled Wine

📋 copy color: '#544868'

red 84 ◦ green 72 ◦ blue 104

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

Shades of Mulled Wine #544868

Tints of Mulled Wine #544868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 32.31%
G = 27.69%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#544868 (or 0x544868) is known color: Mulled Wine. HEX triplet: 54, 48 and 68. RGB value is (84,72,104). Sum of RGB (Red+Green+Blue) = 84+72+104=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #544868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544868 is #ABB797. Grayscale: #4F4F4F. Windows color (decimal): -11253656 or 6834260. OLE color: 6834260.

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

Color convert

RGB 84 72 104 -
CMYK 0.19 0.31 0 0.59
HSL 262.5º 0.18% 0.35% -
HSV(B) 262.5º 0.31% 0.41% -
XYZ 8.47 7.52 14.1 -
YUV 79.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 84 72 104 0.19 0.31 0 0.59 262.5 0.18 0.35
Hex 54 48 68 13 1F 0 3B 106 12 23
Octal 124 110 150 23 37 0 73 406 22 43
Binary 1010100 1001000 1101000 10011 11111 0 111011 100000110 10010 100011

Color Harmonies of #544868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544868

Black with #544868

Text Example


Text Example

White with #544868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544868; }

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

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

background-color css

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

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

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

border-color css

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

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

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