#9f5070

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

Shades of Vin Rouge #9F5070

Tints of Vin Rouge #9F5070

Color information

#9F5070 (or 0x9F5070) is unknown color: approx Vin Rouge. HEX triplet: 9F, 50 and 70. RGB value is (159,80,112). Sum of RGB (Red+Green+Blue) = 159+80+112=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5070 is #60AF8F. Grayscale: #6B6B6B. Windows color (decimal): -6336400 or 7360671. OLE color: 7360671.

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

Color convert

RGB15980112-
CMYK00.500.300.38
HSL335.7º33.05%46.86%-
HSV(B)335.7º49.69%62.35%-
XYZ20.0914.2817.03-
YUV107.27130.67164.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=45.30%
G=22.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598011200.500.300.38335.733.0546.86
Hex9F50700321E26150212f
Octal23712016006236465204157
Binary1001111110100001110000011001011110100110101010000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,112); }

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

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

 a { background-color: rgb(159,80,112); }

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

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

 span { border-color: rgb(159,80,112); }

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