#9B516A

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

Shades of Vin Rouge #9B516A

Tints of Vin Rouge #9B516A

Color information

#9B516A (or 0x9B516A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 6A. RGB value is (155,81,106). Sum of RGB (Red+Green+Blue) = 155+81+106=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B516A is #64AE95. Grayscale: #696969. Windows color (decimal): -6598294 or 6967707. OLE color: 6967707.

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

Color convert

RGB15581106-
CMYK00.480.320.39
HSL339.73º31.36%46.27%-
HSV(B)339.73º47.74%60.78%-
XYZ19.0613.8915.31-
YUV105.98128.02162.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=45.32%
G=23.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558110600.480.320.39339.7331.3646.27
Hex9B516A03020271541f2e
Octal23312115206040475243756
Binary1001101110100011101010011000010000010011110101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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