#9A5063

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

Shades of Vin Rouge #9A5063

Tints of Vin Rouge #9A5063

Color information

#9A5063 (or 0x9A5063) is unknown color: approx Vin Rouge. HEX triplet: 9A, 50 and 63. RGB value is (154,80,99). Sum of RGB (Red+Green+Blue) = 154+80+99=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5063 is #65AF9C. Grayscale: #686868. Windows color (decimal): -6664093 or 6508698. OLE color: 6508698.

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

Color convert

RGB1548099-
CMYK00.480.360.40
HSL344.59º31.62%45.88%-
HSV(B)344.59º48.05%60.39%-
XYZ18.4513.5113.44-
YUV104.29125.02163.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=46.25%
G=24.02%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154809900.480.360.40344.5931.6245.88
Hex9A50630302428159202e
Octal23212014306044505314056
Binary10011010101000011000110110000100100101000101011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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