#9F506C

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

Shades of Vin Rouge #9F506C

Tints of Vin Rouge #9F506C

Color information

#9F506C (or 0x9F506C) is unknown color: approx Vin Rouge. HEX triplet: 9F, 50 and 6C. RGB value is (159,80,108). Sum of RGB (Red+Green+Blue) = 159+80+108=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506C is #60AF93. Grayscale: #6A6A6A. Windows color (decimal): -6336404 or 7098527. OLE color: 7098527.

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

Color convert

RGB15980108-
CMYK00.500.320.38
HSL338.73º33.05%46.86%-
HSV(B)338.73º49.69%62.35%-
XYZ19.8714.1915.88-
YUV106.81128.67165.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=45.82%
G=23.05%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598010800.500.320.38338.7333.0546.86
Hex9F506C0322026153212f
Octal23712015406240465234157
Binary10011111101000011011000110010100000100110101010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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