#9B5B60

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

Shades of Vin Rouge #9B5B60

Tints of Vin Rouge #9B5B60

Color information

#9B5B60 (or 0x9B5B60) is unknown color: approx Vin Rouge. HEX triplet: 9B, 5B and 60. RGB value is (155,91,96). Sum of RGB (Red+Green+Blue) = 155+91+96=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B60 is #64A49F. Grayscale: #6E6E6E. Windows color (decimal): -6595744 or 6314907. OLE color: 6314907.

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

Color convert

RGB1559196-
CMYK00.410.380.39
HSL355.31º26.02%48.24%-
HSV(B)355.31º41.29%60.78%-
XYZ19.3715.313-
YUV110.71119.7159.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=45.32%
G=26.61%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155919600.410.380.39355.3126.0248.24
Hex9B5B6002926271631a30
Octal23313314005146475433260
Binary1001101110110111100000010100110011010011110110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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