#9b515e

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

Shades of Vin Rouge #9B515E

Tints of Vin Rouge #9B515E

Color information

#9B515E (or 0x9B515E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 5E. RGB value is (155,81,94). Sum of RGB (Red+Green+Blue) = 155+81+94=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B515E is #64AEA1. Grayscale: #686868. Windows color (decimal): -6598306 or 6181275. OLE color: 6181275.

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

Color convert

RGB1558194-
CMYK00.480.390.39
HSL349.46º31.36%46.27%-
HSV(B)349.46º47.74%60.78%-
XYZ18.4813.6612.25-
YUV104.61122.02163.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=46.97%
G=24.55%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155819400.480.390.39349.4631.3646.27
Hex9B515E030272715d1f2e
Octal23312113606047475353756
Binary1001101110100011011110011000010011110011110101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b515e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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