#9B5D66

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

Shades of Vin Rouge #9B5D66

Tints of Vin Rouge #9B5D66

Color information

#9B5D66 (or 0x9B5D66) is unknown color: approx Vin Rouge. HEX triplet: 9B, 5D and 66. RGB value is (155,93,102). Sum of RGB (Red+Green+Blue) = 155+93+102=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D66 is #64A299. Grayscale: #707070. Windows color (decimal): -6595226 or 6708635. OLE color: 6708635.

HSL color Cylindrical-coordinate representation of color #9B5D66: hue angle of 351.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D66 is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15593102-
CMYK00.40.340.39
HSL351.29º25%48.63%-
HSV(B)351.29º40%60.78%-
XYZ19.8315.7614.57-
YUV112.56122.04158.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=44.29%
G=26.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559310200.40.340.39351.292548.63
Hex9B5D66028222715f1931
Octal23313514605042475373161
Binary1001101110111011100110010100010001010011110101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,102); }

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

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

 a { background-color: rgb(155,93,102); }

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

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

 span { border-color: rgb(155,93,102); }

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