#9B556D

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

Shades of Vin Rouge #9B556D

Tints of Vin Rouge #9B556D

Color information

#9B556D (or 0x9B556D) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 6D. RGB value is (155,85,109). Sum of RGB (Red+Green+Blue) = 155+85+109=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B556D is #64AA92. Grayscale: #6C6C6C. Windows color (decimal): -6597267 or 7165339. OLE color: 7165339.

HSL color Cylindrical-coordinate representation of color #9B556D: hue angle of 339.43º 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 #9B556D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15585109-
CMYK00.450.300.39
HSL339.43º29.17%47.06%-
HSV(B)339.43º45.16%60.78%-
XYZ19.5314.5716.25-
YUV108.67128.19161.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=44.41%
G=24.36%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558510900.450.300.39339.4329.1747.06
Hex9B556D02D1E271531d2f
Octal23312515505536475233557
Binary100110111010101110110101011011111010011110101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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