#9F566C

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

Shades of Vin Rouge #9F566C

Tints of Vin Rouge #9F566C

Color information

#9F566C (or 0x9F566C) is unknown color: approx Vin Rouge. HEX triplet: 9F, 56 and 6C. RGB value is (159,86,108). Sum of RGB (Red+Green+Blue) = 159+86+108=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F566C is #60A993. Grayscale: #6E6E6E. Windows color (decimal): -6334868 or 7100063. OLE color: 7100063.

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

Color convert

RGB15986108-
CMYK00.460.320.38
HSL341.92º29.8%48.04%-
HSV(B)341.92º45.91%62.35%-
XYZ20.3315.1116.03-
YUV110.34126.68162.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=45.04%
G=24.36%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598610800.460.320.38341.9229.848.04
Hex9F566C02E20261561e30
Octal23712615405640465263660
Binary1001111110101101101100010111010000010011010101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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