#9A526A

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

Shades of Vin Rouge #9A526A

Tints of Vin Rouge #9A526A

Color information

#9A526A (or 0x9A526A) is unknown color: approx Vin Rouge. HEX triplet: 9A, 52 and 6A. RGB value is (154,82,106). Sum of RGB (Red+Green+Blue) = 154+82+106=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A526A is #65AD95. Grayscale: #6A6A6A. Windows color (decimal): -6663574 or 6967962. OLE color: 6967962.

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

Color convert

RGB15482106-
CMYK00.470.310.40
HSL340º30.51%46.27%-
HSV(B)340º46.75%60.39%-
XYZ18.9513.9515.33-
YUV106.26127.85162.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=45.03%
G=23.98%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548210600.470.310.4034030.5146.27
Hex9A526A02F1F281541f2e
Octal23212215205737505243756
Binary100110101010010110101001011111111110100010101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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