#9F5163

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

Shades of Vin Rouge #9F5163

Tints of Vin Rouge #9F5163

Color information

#9F5163 (or 0x9F5163) is unknown color: approx Vin Rouge. HEX triplet: 9F, 51 and 63. RGB value is (159,81,99). Sum of RGB (Red+Green+Blue) = 159+81+99=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5163 is #60AE9C. Grayscale: #6A6A6A. Windows color (decimal): -6336157 or 6508959. OLE color: 6508959.

HSL color Cylindrical-coordinate representation of color #9F5163: hue angle of 346.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5163 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1598199-
CMYK00.490.380.38
HSL346.15º32.5%47.06%-
HSV(B)346.15º49.06%62.35%-
XYZ19.4914.1613.51-
YUV106.37123.84165.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=46.90%
G=23.89%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159819900.490.380.38346.1532.547.06
Hex9F5163031262615a202f
Octal23712114306146465324057
Binary10011111101000111000110110001100110100110101011010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,99); }

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

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

 a { background-color: rgb(159,81,99); }

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

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

 span { border-color: rgb(159,81,99); }

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