#9F566F

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

Shades of Vin Rouge #9F566F

Tints of Vin Rouge #9F566F

Color information

#9F566F (or 0x9F566F) is unknown color: approx Vin Rouge. HEX triplet: 9F, 56 and 6F. RGB value is (159,86,111). Sum of RGB (Red+Green+Blue) = 159+86+111=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F566F is #60A990. Grayscale: #6E6E6E. Windows color (decimal): -6334865 or 7296671. OLE color: 7296671.

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

Color convert

RGB15986111-
CMYK00.460.300.38
HSL339.45º29.8%48.04%-
HSV(B)339.45º45.91%62.35%-
XYZ20.515.1716.89-
YUV110.68128.18162.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=44.66%
G=24.16%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598611100.460.300.38339.4529.848.04
Hex9F566F02E1E261531e30
Octal23712615705636465233660
Binary100111111010110110111101011101111010011010101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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