#9F556F

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

Shades of Vin Rouge #9F556F

Tints of Vin Rouge #9F556F

Color information

#9F556F (or 0x9F556F) is unknown color: approx Vin Rouge. HEX triplet: 9F, 55 and 6F. RGB value is (159,85,111). Sum of RGB (Red+Green+Blue) = 159+85+111=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F556F is #60AA90. Grayscale: #6E6E6E. Windows color (decimal): -6335121 or 7296415. OLE color: 7296415.

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

Color convert

RGB15985111-
CMYK00.470.300.38
HSL338.92º30.33%47.84%-
HSV(B)338.92º46.54%62.35%-
XYZ20.4215.0216.86-
YUV110.09128.52162.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=44.79%
G=23.94%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598511100.470.300.38338.9230.3347.84
Hex9F556F02F1E261531e30
Octal23712515705736465233660
Binary100111111010101110111101011111111010011010101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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