#9A5071

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

Shades of Vin Rouge #9A5071

Tints of Vin Rouge #9A5071

Color information

#9A5071 (or 0x9A5071) is unknown color: approx Vin Rouge. HEX triplet: 9A, 50 and 71. RGB value is (154,80,113). Sum of RGB (Red+Green+Blue) = 154+80+113=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5071 is #65AF8E. Grayscale: #696969. Windows color (decimal): -6664079 or 7426202. OLE color: 7426202.

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

Color convert

RGB15480113-
CMYK00.480.270.40
HSL333.24º31.62%45.88%-
HSV(B)333.24º48.05%60.39%-
XYZ19.1813.817.28-
YUV105.89132.02162.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=44.38%
G=23.05%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548011300.480.270.40333.2431.6245.88
Hex9A50710301B2814d202e
Octal23212016106033505154056
Binary1001101010100001110001011000011011101000101001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,113); }

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

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

 a { background-color: rgb(154,80,113); }

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

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

 span { border-color: rgb(154,80,113); }

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