#574968

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

Shades of Mulled Wine #574968

Tints of Mulled Wine #574968

Color information

#574968 (or 0x574968) is unknown color: approx Mulled Wine. HEX triplet: 57, 49 and 68. RGB value is (87,73,104). Sum of RGB (Red+Green+Blue) = 87+73+104=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #574968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574968 is #A8B697. Grayscale: #505050. Windows color (decimal): -11056792 or 6834519. OLE color: 6834519.

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

Color convert

RGB8773104-
CMYK0.160.3000.59
HSL267.1º17.51%34.71%-
HSV(B)267.1º29.81%40.78%-
XYZ8.817.7914.14-
YUV80.72141.14132.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=32.95%
G=27.65%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87731040.160.3000.59267.117.5134.71
Hex574968101E03B10b1223
Octal12711115020360734132243
Binary1010111100100111010001000011110011101110000101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574968; }

 p { color: rgb(87,73,104); }

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

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

 a { background-color: rgb(87,73,104); }

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

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

 span { border-color: rgb(87,73,104); }

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