#575261

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

Shades of Mulled Wine #575261

Tints of Mulled Wine #575261

Color information

#575261 (or 0x575261) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 61. RGB value is (87,82,97). Sum of RGB (Red+Green+Blue) = 87+82+97=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #575261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575261 is #A8AD9E. Grayscale: #555555. Windows color (decimal): -11054495 or 6378071. OLE color: 6378071.

HSL color Cylindrical-coordinate representation of color #575261: hue angle of 260º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575261 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878297-
CMYK0.100.1500.62
HSL260º8.38%35.1%-
HSV(B)260º15.46%38.04%-
XYZ9.118.9212.55-
YUV85.2134.66129.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=32.71%
G=30.83%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8782970.100.1500.622608.3835.1
Hex575261AF03E104823
Octal12712214112170764041043
Binary1010111101001011000011010111101111101000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575261; }

 p { color: rgb(87,82,97); }

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

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

 a { background-color: rgb(87,82,97); }

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

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

 span { border-color: rgb(87,82,97); }

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