#9F506D

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

Shades of Vin Rouge #9F506D

Tints of Vin Rouge #9F506D

Color information

#9F506D (or 0x9F506D) is unknown color: approx Vin Rouge. HEX triplet: 9F, 50 and 6D. RGB value is (159,80,109). Sum of RGB (Red+Green+Blue) = 159+80+109=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506D is #60AF92. Grayscale: #6A6A6A. Windows color (decimal): -6336403 or 7164063. OLE color: 7164063.

HSL color Cylindrical-coordinate representation of color #9F506D: hue angle of 337.97º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F506D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15980109-
CMYK00.500.310.38
HSL337.97º33.05%46.86%-
HSV(B)337.97º49.69%62.35%-
XYZ19.9314.2116.16-
YUV106.93129.17165.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=45.69%
G=22.99%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598010900.500.310.38337.9733.0546.86
Hex9F506D0321F26152212f
Octal23712015506237465224157
Binary1001111110100001101101011001011111100110101010010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,109); }

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

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

 a { background-color: rgb(159,80,109); }

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

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

 span { border-color: rgb(159,80,109); }

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