#574D5F

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

Shades of Mulled Wine #574D5F

Tints of Mulled Wine #574D5F

Color information

#574D5F (or 0x574D5F) is unknown color: approx Mulled Wine. HEX triplet: 57, 4D and 5F. RGB value is (87,77,95). Sum of RGB (Red+Green+Blue) = 87+77+95=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #574D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D5F is #A8B2A0. Grayscale: #515151. Windows color (decimal): -11055777 or 6245719. OLE color: 6245719.

HSL color Cylindrical-coordinate representation of color #574D5F: hue angle of 273.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #574D5F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB877795-
CMYK0.080.1900.63
HSL273.33º10.47%33.73%-
HSV(B)273.33º18.95%37.25%-
XYZ8.658.1611.95-
YUV82.04135.31131.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.59%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=33.59%
G=29.73%
B=36.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8777950.080.1900.63273.3310.4733.73
Hex574D5F81303F111a22
Octal12711513710230774211242
Binary10101111001101101111110001001101111111000100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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