#9F506B

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

Shades of Vin Rouge #9F506B

Tints of Vin Rouge #9F506B

Color information

#9F506B (or 0x9F506B) is unknown color: approx Vin Rouge. HEX triplet: 9F, 50 and 6B. RGB value is (159,80,107). Sum of RGB (Red+Green+Blue) = 159+80+107=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506B is #60AF94. Grayscale: #6A6A6A. Windows color (decimal): -6336405 or 7032991. OLE color: 7032991.

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

Color convert

RGB15980107-
CMYK00.500.330.38
HSL339.49º33.05%46.86%-
HSV(B)339.49º49.69%62.35%-
XYZ19.8214.1715.6-
YUV106.7128.17165.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=45.95%
G=23.12%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598010700.500.330.38339.4933.0546.86
Hex9F506B0322126153212f
Octal23712015306241465234157
Binary10011111101000011010110110010100001100110101010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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