#9B5A5B

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

Shades of Vin Rouge #9B5A5B

Tints of Vin Rouge #9B5A5B

Color information

#9B5A5B (or 0x9B5A5B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 5A and 5B. RGB value is (155,90,91). Sum of RGB (Red+Green+Blue) = 155+90+91=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A5B is #64A5A4. Grayscale: #6D6D6D. Windows color (decimal): -6596005 or 5986971. OLE color: 5986971.

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

Color convert

RGB1559091-
CMYK00.420.410.39
HSL359.08º26.53%48.04%-
HSV(B)359.08º41.94%60.78%-
XYZ19.0615.0411.8-
YUV109.55117.53160.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=46.13%
G=26.79%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155909100.420.410.39359.0826.5348.04
Hex9B5A5B02A29271671b30
Octal23313213305251475473360
Binary1001101110110101011011010101010100110011110110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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