#574967

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

Shades of Mulled Wine #574967

Tints of Mulled Wine #574967

Color information

#574967 (or 0x574967) is unknown color: approx Mulled Wine. HEX triplet: 57, 49 and 67. RGB value is (87,73,103). Sum of RGB (Red+Green+Blue) = 87+73+103=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #574967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574967 is #A8B698. Grayscale: #505050. Windows color (decimal): -11056793 or 6768983. OLE color: 6768983.

HSL color Cylindrical-coordinate representation of color #574967: hue angle of 268º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #574967 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8773103-
CMYK0.160.2900.60
HSL268º17.05%34.51%-
HSV(B)268º29.13%40.39%-
XYZ8.767.7713.87-
YUV80.61140.64132.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=33.08%
G=27.76%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87731030.160.2900.6026817.0534.51
Hex574967101D03C10c1123
Octal12711114720350744142143
Binary1010111100100111001111000011101011110010000110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574967; }

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

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

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

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

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

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

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

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