#575161

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

Shades of Mulled Wine #575161

Tints of Mulled Wine #575161

Color information

#575161 (or 0x575161) is unknown color: approx Mulled Wine. HEX triplet: 57, 51 and 61. RGB value is (87,81,97). Sum of RGB (Red+Green+Blue) = 87+81+97=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #575161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575161 is #A8AE9E. Grayscale: #545454. Windows color (decimal): -11054751 or 6377815. OLE color: 6377815.

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

Color convert

RGB878197-
CMYK0.100.1600.62
HSL262.5º8.99%34.9%-
HSV(B)262.5º16.49%38.04%-
XYZ9.038.7712.53-
YUV84.62134.99129.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=32.83%
G=30.57%
B=36.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8781970.100.1600.62262.58.9934.9
Hex575161A1003E106923
Octal12712114112200764061143
Binary10101111010001110000110101000001111101000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575161; }

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

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

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

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

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

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

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

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