#9A4F71

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

Shades of Vin Rouge #9A4F71

Tints of Vin Rouge #9A4F71

Color information

#9A4F71 (or 0x9A4F71) is unknown color: approx Vin Rouge. HEX triplet: 9A, 4F and 71. RGB value is (154,79,113). Sum of RGB (Red+Green+Blue) = 154+79+113=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4F71 is #65B08E. Grayscale: #696969. Windows color (decimal): -6664335 or 7425946. OLE color: 7425946.

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

Color convert

RGB15479113-
CMYK00.490.270.40
HSL332.8º32.19%45.69%-
HSV(B)332.8º48.7%60.39%-
XYZ19.113.6517.25-
YUV105.3132.35162.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=44.51%
G=22.83%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547911300.490.270.40332.832.1945.69
Hex9A4F710311B2814d202e
Octal23211716106133505154056
Binary1001101010011111110001011000111011101000101001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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