#9F5963

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

Shades of Vin Rouge #9F5963

Tints of Vin Rouge #9F5963

Color information

#9F5963 (or 0x9F5963) is unknown color: approx Vin Rouge. HEX triplet: 9F, 59 and 63. RGB value is (159,89,99). Sum of RGB (Red+Green+Blue) = 159+89+99=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5963 is #60A69C. Grayscale: #6F6F6F. Windows color (decimal): -6334109 or 6511007. OLE color: 6511007.

HSL color Cylindrical-coordinate representation of color #9F5963: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5963 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1598999-
CMYK00.440.380.38
HSL351.43º28.23%48.63%-
HSV(B)351.43º44.03%62.35%-
XYZ20.1215.4213.72-
YUV111.07121.19162.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=45.82%
G=25.65%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159899900.440.380.38351.4328.2348.63
Hex9F596302C262615f1c31
Octal23713114305446465373461
Binary1001111110110011100011010110010011010011010101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,99); }

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

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

 a { background-color: rgb(159,89,99); }

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

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

 span { border-color: rgb(159,89,99); }

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