#9A555B

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

Shades of Vin Rouge #9A555B

Tints of Vin Rouge #9A555B

Color information

#9A555B (or 0x9A555B) is unknown color: approx Vin Rouge. HEX triplet: 9A, 55 and 5B. RGB value is (154,85,91). Sum of RGB (Red+Green+Blue) = 154+85+91=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A555B is #65AAA4. Grayscale: #6A6A6A. Windows color (decimal): -6662821 or 5985690. OLE color: 5985690.

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

Color convert

RGB1548591-
CMYK00.450.410.40
HSL354.78º28.87%46.86%-
HSV(B)354.78º44.81%60.39%-
XYZ18.4614.1211.65-
YUV106.32119.36162.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=46.67%
G=25.76%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154859100.450.410.40354.7828.8746.86
Hex9A555B02D29281631d2f
Octal23212513305551505433557
Binary1001101010101011011011010110110100110100010110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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