Shades of Vin Rouge #9A505D
Tints of Vin Rouge #9A505D
RGB
CMYK
RGB Variations
Color information
#9A505D (or 0x9A505D) is known color: Vin Rouge. HEX triplet: 9A, 50 and 5D. RGB value is (154,80,93). Sum of RGB (Red+Green+Blue) = 154+80+93=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A505D is #65AFA2. Grayscale: #676767. Windows color (decimal): -6664099 or 6115482. OLE color: 6115482.
HSL color Cylindrical-coordinate representation of color #9A505D: hue angle of 349.46º 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 #9A505D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 93 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.40 |
| HSL | 349.46º | 0.32% | 0.46% | - |
| HSV(B) | 349.46º | 0.48% | 0.6% | - |
| XYZ | 18.17 | 13.4 | 11.98 | - |
| YUV | 103.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 93 | 0 | 0.48 | 0.40 | 0.40 | 349.46 | 0.32 | 0.46 |
| Hex | 9A | 50 | 5D | 0 | 30 | 28 | 28 | 15D | 20 | 2E |
| Octal | 232 | 120 | 135 | 0 | 60 | 50 | 50 | 535 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1011101 | 0 | 110000 | 101000 | 101000 | 101011101 | 100000 | 101110 |
Color Harmonies of #9A505D
Complementary color
Monochromatic Colors of #9A505D
Black with #9A505D
Text Example
Text Example
White with #9A505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A505D; }
p { color: rgb(154,80,93); }
H1.HeaderClassName
{
color: #9A505D;
}
.AnyTagClassName
{
color: #9A505D;
}
</style>
background-color css
<style>
a { background-color: #9A505D; }
a { background-color: rgb(154,80,93); }
div.DivClassName
{
background-color: #9A505D;
}
.BgClassName
{
background-color: #9A505D;
}
</style>
border-color css
<style>
span { border-color: #9A505D; }
span { border-color: rgb(154,80,93); }
td.TdClassName
{
border-color: #9A505D;
}
.TagClassName
{
border-color: #9A505D;
}
</style>