#9B5075

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

Shades of Vin Rouge #9B5075

Tints of Vin Rouge #9B5075

Color information

#9B5075 (or 0x9B5075) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 75. RGB value is (155,80,117). Sum of RGB (Red+Green+Blue) = 155+80+117=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5075 is #64AF8A. Grayscale: #6A6A6A. Windows color (decimal): -6598539 or 7688347. OLE color: 7688347.

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

Color convert

RGB15580117-
CMYK00.480.250.39
HSL330.4º31.91%46.08%-
HSV(B)330.4º48.39%60.78%-
XYZ19.613.9918.5-
YUV106.64133.85162.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=44.03%
G=22.73%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558011700.480.250.39330.431.9146.08
Hex9B5075030192714a202e
Octal23312016506031475124056
Binary1001101110100001110101011000011001100111101001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,117); }

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

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

 a { background-color: rgb(155,80,117); }

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

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

 span { border-color: rgb(155,80,117); }

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