#9B5560

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

Shades of Vin Rouge #9B5560

Tints of Vin Rouge #9B5560

Color information

#9B5560 (or 0x9B5560) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 60. RGB value is (155,85,96). Sum of RGB (Red+Green+Blue) = 155+85+96=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5560 is #64AA9F. Grayscale: #6B6B6B. Windows color (decimal): -6597280 or 6313371. OLE color: 6313371.

HSL color Cylindrical-coordinate representation of color #9B5560: hue angle of 350.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5560 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1558596-
CMYK00.450.380.39
HSL350.57º29.17%47.06%-
HSV(B)350.57º45.16%60.78%-
XYZ18.8814.3112.83-
YUV107.18121.69162.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=46.13%
G=25.30%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155859600.450.380.39350.5729.1747.06
Hex9B556002D262715f1d2f
Octal23312514005546475373557
Binary1001101110101011100000010110110011010011110101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,96); }

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

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

 a { background-color: rgb(155,85,96); }

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

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

 span { border-color: rgb(155,85,96); }

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