#574A6A

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

Shades of Mulled Wine #574A6A

Tints of Mulled Wine #574A6A

Color information

#574A6A (or 0x574A6A) is unknown color: approx Mulled Wine. HEX triplet: 57, 4A and 6A. RGB value is (87,74,106). Sum of RGB (Red+Green+Blue) = 87+74+106=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #574A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A6A is #A8B595. Grayscale: #515151. Windows color (decimal): -11056534 or 6965847. OLE color: 6965847.

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

Color convert

RGB8774106-
CMYK0.180.3000.58
HSL264.38º17.78%35.29%-
HSV(B)264.38º30.19%41.57%-
XYZ8.987.9614.7-
YUV81.54141.81131.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=32.58%
G=27.72%
B=39.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87741060.180.3000.58264.3817.7835.29
Hex574A6A121E03A1081223
Octal12711215222360724102243
Binary1010111100101011010101001011110011101010000100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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