#9B5072

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

Shades of Vin Rouge #9B5072

Tints of Vin Rouge #9B5072

Color information

#9B5072 (or 0x9B5072) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 72. RGB value is (155,80,114). Sum of RGB (Red+Green+Blue) = 155+80+114=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5072 is #64AF8D. Grayscale: #6A6A6A. Windows color (decimal): -6598542 or 7491739. OLE color: 7491739.

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

Color convert

RGB15580114-
CMYK00.480.260.39
HSL332.8º31.91%46.08%-
HSV(B)332.8º48.39%60.78%-
XYZ19.4213.9217.58-
YUV106.3132.35162.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=44.41%
G=22.92%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558011400.480.260.39332.831.9146.08
Hex9B50720301A2714d202e
Octal23312016206032475154056
Binary1001101110100001110010011000011010100111101001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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