#9B5159

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

Shades of Vin Rouge #9B5159

Tints of Vin Rouge #9B5159

Color information

#9B5159 (or 0x9B5159) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 59. RGB value is (155,81,89). Sum of RGB (Red+Green+Blue) = 155+81+89=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5159 is #64AEA6. Grayscale: #686868. Windows color (decimal): -6598311 or 5853595. OLE color: 5853595.

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

Color convert

RGB1558189-
CMYK00.480.430.39
HSL353.51º31.36%46.27%-
HSV(B)353.51º47.74%60.78%-
XYZ18.2613.5711.11-
YUV104.04119.52164.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=47.69%
G=24.92%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155818900.480.430.39353.5131.3646.27
Hex9B51590302B271621f2e
Octal23312113106053475423756
Binary1001101110100011011001011000010101110011110110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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