#9F566B

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

Shades of Vin Rouge #9F566B

Tints of Vin Rouge #9F566B

Color information

#9F566B (or 0x9F566B) is unknown color: approx Vin Rouge. HEX triplet: 9F, 56 and 6B. RGB value is (159,86,107). Sum of RGB (Red+Green+Blue) = 159+86+107=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F566B is #60A994. Grayscale: #6E6E6E. Windows color (decimal): -6334869 or 7034527. OLE color: 7034527.

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

Color convert

RGB15986107-
CMYK00.460.330.38
HSL342.74º29.8%48.04%-
HSV(B)342.74º45.91%62.35%-
XYZ20.2815.0915.75-
YUV110.22126.18162.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=45.17%
G=24.43%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598610700.460.330.38342.7429.848.04
Hex9F566B02E21261571e30
Octal23712615305641465273660
Binary1001111110101101101011010111010000110011010101011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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