#9B555B

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

Shades of Vin Rouge #9B555B

Tints of Vin Rouge #9B555B

Color information

#9B555B (or 0x9B555B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 5B. RGB value is (155,85,91). Sum of RGB (Red+Green+Blue) = 155+85+91=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B555B is #64AAA4. Grayscale: #6A6A6A. Windows color (decimal): -6597285 or 5985691. OLE color: 5985691.

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

Color convert

RGB1558591-
CMYK00.450.410.39
HSL354.86º29.17%47.06%-
HSV(B)354.86º45.16%60.78%-
XYZ18.6514.2211.66-
YUV106.61119.19162.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=46.83%
G=25.68%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155859100.450.410.39354.8629.1747.06
Hex9B555B02D29271631d2f
Octal23312513305551475433557
Binary1001101110101011011011010110110100110011110110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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