#574768

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

Shades of Mulled Wine #574768

Tints of Mulled Wine #574768

Color information

#574768 (or 0x574768) is unknown color: approx Mulled Wine. HEX triplet: 57, 47 and 68. RGB value is (87,71,104). Sum of RGB (Red+Green+Blue) = 87+71+104=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #574768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574768 is #A8B897. Grayscale: #4F4F4F. Windows color (decimal): -11057304 or 6834007. OLE color: 6834007.

HSL color Cylindrical-coordinate representation of color #574768: hue angle of 269.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574768 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8771104-
CMYK0.160.3200.59
HSL269.09º18.86%34.31%-
HSV(B)269.09º31.73%40.78%-
XYZ8.687.5314.09-
YUV79.55141.8133.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=33.21%
G=27.10%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87711040.160.3200.59269.0918.8634.31
Hex574768102003B10d1322
Octal12710715020400734152342
Binary10101111000111110100010000100000011101110000110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574768; }

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

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

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

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

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

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

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

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