#9A5564

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

Shades of Vin Rouge #9A5564

Tints of Vin Rouge #9A5564

Color information

#9A5564 (or 0x9A5564) is unknown color: approx Vin Rouge. HEX triplet: 9A, 55 and 64. RGB value is (154,85,100). Sum of RGB (Red+Green+Blue) = 154+85+100=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5564 is #65AA9B. Grayscale: #6B6B6B. Windows color (decimal): -6662812 or 6575514. OLE color: 6575514.

HSL color Cylindrical-coordinate representation of color #9A5564: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5564 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB15485100-
CMYK00.450.350.40
HSL346.96º28.87%46.86%-
HSV(B)346.96º44.81%60.39%-
XYZ18.8814.2913.82-
YUV107.34123.86161.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=45.43%
G=25.07%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548510000.450.350.40346.9628.8746.86
Hex9A556402D232815b1d2f
Octal23212514405543505333557
Binary1001101010101011100100010110110001110100010101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,100); }

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

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

 a { background-color: rgb(154,85,100); }

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

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

 span { border-color: rgb(154,85,100); }

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