#9B586A

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

Shades of Vin Rouge #9B586A

Tints of Vin Rouge #9B586A

Color information

#9B586A (or 0x9B586A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 6A. RGB value is (155,88,106). Sum of RGB (Red+Green+Blue) = 155+88+106=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586A is #64A795. Grayscale: #6E6E6E. Windows color (decimal): -6596502 or 6969499. OLE color: 6969499.

HSL color Cylindrical-coordinate representation of color #9B586A: hue angle of 343.88º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B586A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15588106-
CMYK00.430.320.39
HSL343.88º27.57%47.65%-
HSV(B)343.88º43.23%60.78%-
XYZ19.6114.9915.5-
YUV110.08125.7160.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=44.41%
G=25.21%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558810600.430.320.39343.8827.5747.65
Hex9B586A02B20271581c30
Octal23313015205340475303460
Binary1001101110110001101010010101110000010011110101100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,106); }

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

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

 a { background-color: rgb(155,88,106); }

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

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

 span { border-color: rgb(155,88,106); }

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