Html Css Color HEX #574D61 Mulled Wine

📋 copy color: '#574D61'

red 87 ◦ green 77 ◦ blue 97

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

Shades of Mulled Wine #574D61

Tints of Mulled Wine #574D61

RGB

 RED value IS 87 (34.38% from 255) = 33.33%

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 33.33%
G = 29.5%
B = 37.16%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574D61 (or 0x574D61) is known color: Mulled Wine. HEX triplet: 57, 4D and 61. RGB value is (87,77,97). Sum of RGB (Red+Green+Blue) = 87+77+97=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #574D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D61 is #A8B29E. Grayscale: #525252. Windows color (decimal): -11055775 or 6376791. OLE color: 6376791.

HSL color Cylindrical-coordinate representation of color #574D61: hue angle of 270º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #574D61 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 77 97 -
CMYK 0.10 0.21 0 0.62
HSL 270º 0.11% 0.34% -
HSV(B) 270º 0.21% 0.38% -
XYZ 8.74 8.2 12.43 -
YUV 82.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 87 77 97 0.10 0.21 0 0.62 270 0.11 0.34
Hex 57 4D 61 A 15 0 3E 10E B 22
Octal 127 115 141 12 25 0 76 416 13 42
Binary 1010111 1001101 1100001 1010 10101 0 111110 100001110 1011 100010

Color Harmonies of #574D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D61

Black with #574D61

Text Example


Text Example

White with #574D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D61; }

 p { color: rgb(87,77,97); }

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

background-color css

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

 a { background-color: rgb(87,77,97); }

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

border-color css

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

 span { border-color: rgb(87,77,97); }

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