#574A61

Color #574A61 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #574A61

Tints of Mulled Wine #574A61

Color information

#574A61 (or 0x574A61) is unknown color: approx Mulled Wine. HEX triplet: 57, 4A and 61. RGB value is (87,74,97). Sum of RGB (Red+Green+Blue) = 87+74+97=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #574A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A61 is #A8B59E. Grayscale: #505050. Windows color (decimal): -11056543 or 6376023. OLE color: 6376023.

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

Color convert

RGB877497-
CMYK0.100.2400.62
HSL273.91º13.45%33.53%-
HSV(B)273.91º23.71%38.04%-
XYZ8.547.7912.36-
YUV80.51137.31132.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=33.72%
G=28.68%
B=37.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8774970.100.2400.62273.9113.4533.53
Hex574A61A1803E112d22
Octal12711214112300764221542
Binary10101111001010110000110101100001111101000100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574A61;
 }
 .AnyTagClassName
 {
   color: #574A61;
 }
</style>
background-color css

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

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

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

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

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

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