#9A5760

Color #9A5760 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9A5760

Tints of Vin Rouge #9A5760

Color information

#9A5760 (or 0x9A5760) is unknown color: approx Vin Rouge. HEX triplet: 9A, 57 and 60. RGB value is (154,87,96). Sum of RGB (Red+Green+Blue) = 154+87+96=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5760 is #65A89F. Grayscale: #6C6C6C. Windows color (decimal): -6662304 or 6313882. OLE color: 6313882.

HSL color Cylindrical-coordinate representation of color #9A5760: hue angle of 351.94º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5760 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1548796-
CMYK00.440.380.40
HSL351.94º27.8%47.25%-
HSV(B)351.94º43.51%60.39%-
XYZ18.8514.5312.88-
YUV108.06121.2160.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=45.70%
G=25.82%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154879600.440.380.40351.9427.847.25
Hex9A576002C26281601c2f
Octal23212714005446505403457
Binary1001101010101111100000010110010011010100010110000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5760; }

 p { color: rgb(154,87,96); }

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

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

 a { background-color: rgb(154,87,96); }

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

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

 span { border-color: rgb(154,87,96); }

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