#9F556D

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

Shades of Vin Rouge #9F556D

Tints of Vin Rouge #9F556D

Color information

#9F556D (or 0x9F556D) is unknown color: approx Vin Rouge. HEX triplet: 9F, 55 and 6D. RGB value is (159,85,109). Sum of RGB (Red+Green+Blue) = 159+85+109=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F556D is #60AA92. Grayscale: #6D6D6D. Windows color (decimal): -6335123 or 7165343. OLE color: 7165343.

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

Color convert

RGB15985109-
CMYK00.470.310.38
HSL340.54º30.33%47.84%-
HSV(B)340.54º46.54%62.35%-
XYZ20.3114.9716.29-
YUV109.86127.52163.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=45.04%
G=24.08%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598510900.470.310.38340.5430.3347.84
Hex9F556D02F1F261551e30
Octal23712515505737465253660
Binary100111111010101110110101011111111110011010101010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,109); }

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

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

 a { background-color: rgb(159,85,109); }

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

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

 span { border-color: rgb(159,85,109); }

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