#9A516E

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

Shades of Vin Rouge #9A516E

Tints of Vin Rouge #9A516E

Color information

#9A516E (or 0x9A516E) is unknown color: approx Vin Rouge. HEX triplet: 9A, 51 and 6E. RGB value is (154,81,110). Sum of RGB (Red+Green+Blue) = 154+81+110=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A516E is #65AE91. Grayscale: #6A6A6A. Windows color (decimal): -6663826 or 7229850. OLE color: 7229850.

HSL color Cylindrical-coordinate representation of color #9A516E: hue angle of 336.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A516E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15481110-
CMYK00.470.290.40
HSL336.16º31.06%46.08%-
HSV(B)336.16º47.4%60.39%-
XYZ19.0813.8816.43-
YUV106.13130.18162.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.64%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=44.64%
G=23.48%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548111000.470.290.40336.1631.0646.08
Hex9A516E02F1D281501f2e
Octal23212115605735505203756
Binary100110101010001110111001011111110110100010101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,81,110); }

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

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

 a { background-color: rgb(154,81,110); }

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

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

 span { border-color: rgb(154,81,110); }

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