#9B555C

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

Shades of Vin Rouge #9B555C

Tints of Vin Rouge #9B555C

Color information

#9B555C (or 0x9B555C) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 5C. RGB value is (155,85,92). Sum of RGB (Red+Green+Blue) = 155+85+92=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B555C is #64AAA3. Grayscale: #6A6A6A. Windows color (decimal): -6597284 or 6051227. OLE color: 6051227.

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

Color convert

RGB1558592-
CMYK00.450.410.39
HSL354º29.17%47.06%-
HSV(B)354º45.16%60.78%-
XYZ18.714.2411.89-
YUV106.73119.69162.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=46.69%
G=25.60%
B=27.71%

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
Decimal155859200.450.410.3935429.1747.06
Hex9B555C02D29271621d2f
Octal23312513405551475423557
Binary1001101110101011011100010110110100110011110110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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