#9B5172

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

Shades of Vin Rouge #9B5172

Tints of Vin Rouge #9B5172

Color information

#9B5172 (or 0x9B5172) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 72. RGB value is (155,81,114). Sum of RGB (Red+Green+Blue) = 155+81+114=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5172 is #64AE8D. Grayscale: #6A6A6A. Windows color (decimal): -6598286 or 7491995. OLE color: 7491995.

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

Color convert

RGB15581114-
CMYK00.480.260.39
HSL333.24º31.36%46.27%-
HSV(B)333.24º47.74%60.78%-
XYZ19.514.0717.61-
YUV106.89132.02162.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=44.29%
G=23.14%
B=32.57%

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
Decimal1558111400.480.260.39333.2431.3646.27
Hex9B51720301A2714d1f2e
Octal23312116206032475153756
Binary100110111010001111001001100001101010011110100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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