#9F5161

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

Shades of Vin Rouge #9F5161

Tints of Vin Rouge #9F5161

Color information

#9F5161 (or 0x9F5161) is unknown color: approx Vin Rouge. HEX triplet: 9F, 51 and 61. RGB value is (159,81,97). Sum of RGB (Red+Green+Blue) = 159+81+97=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5161 is #60AE9E. Grayscale: #6A6A6A. Windows color (decimal): -6336159 or 6377887. OLE color: 6377887.

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

Color convert

RGB1598197-
CMYK00.490.390.38
HSL347.69º32.5%47.06%-
HSV(B)347.69º49.06%62.35%-
XYZ19.414.1213.01-
YUV106.15122.84165.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=47.18%
G=24.04%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159819700.490.390.38347.6932.547.06
Hex9F5161031272615c202f
Octal23712114106147465344057
Binary10011111101000111000010110001100111100110101011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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