#9F5169

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

Shades of Vin Rouge #9F5169

Tints of Vin Rouge #9F5169

Color information

#9F5169 (or 0x9F5169) is unknown color: approx Vin Rouge. HEX triplet: 9F, 51 and 69. RGB value is (159,81,105). Sum of RGB (Red+Green+Blue) = 159+81+105=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5169 is #60AE96. Grayscale: #6B6B6B. Windows color (decimal): -6336151 or 6902175. OLE color: 6902175.

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

Color convert

RGB15981105-
CMYK00.490.340.38
HSL341.54º32.5%47.06%-
HSV(B)341.54º49.06%62.35%-
XYZ19.7914.2815.08-
YUV107.06126.84165.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=46.09%
G=23.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598110500.490.340.38341.5432.547.06
Hex9F51690312226156202f
Octal23712115106142465264057
Binary10011111101000111010010110001100010100110101010110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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