#9B516C

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

Shades of Vin Rouge #9B516C

Tints of Vin Rouge #9B516C

Color information

#9B516C (or 0x9B516C) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 6C. RGB value is (155,81,108). Sum of RGB (Red+Green+Blue) = 155+81+108=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B516C is #64AE93. Grayscale: #6A6A6A. Windows color (decimal): -6598292 or 7098779. OLE color: 7098779.

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

Color convert

RGB15581108-
CMYK00.480.300.39
HSL338.11º31.36%46.27%-
HSV(B)338.11º47.74%60.78%-
XYZ19.1713.9415.87-
YUV106.2129.02162.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=45.06%
G=23.55%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558110800.480.300.39338.1131.3646.27
Hex9B516C0301E271521f2e
Octal23312115406036475223756
Binary100110111010001110110001100001111010011110101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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