#9A526E

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

Shades of Vin Rouge #9A526E

Tints of Vin Rouge #9A526E

Color information

#9A526E (or 0x9A526E) is unknown color: approx Vin Rouge. HEX triplet: 9A, 52 and 6E. RGB value is (154,82,110). Sum of RGB (Red+Green+Blue) = 154+82+110=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A526E is #65AD91. Grayscale: #6A6A6A. Windows color (decimal): -6663570 or 7230106. OLE color: 7230106.

HSL color Cylindrical-coordinate representation of color #9A526E: hue angle of 336.67º 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 #9A526E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15482110-
CMYK00.470.290.40
HSL336.67º30.51%46.27%-
HSV(B)336.67º46.75%60.39%-
XYZ19.1614.0316.45-
YUV106.72129.85161.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=44.51%
G=23.70%
B=31.79%

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
Decimal1548211000.470.290.40336.6730.5146.27
Hex9A526E02F1D281511f2e
Octal23212215605735505213756
Binary100110101010010110111001011111110110100010101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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