Shades of Vin Rouge #9A505E
Tints of Vin Rouge #9A505E
RGB
CMYK
RGB Variations
Color information
#9A505E (or 0x9A505E) is known color: Vin Rouge. HEX triplet: 9A, 50 and 5E. RGB value is (154,80,94). Sum of RGB (Red+Green+Blue) = 154+80+94=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A505E is #65AFA1. Grayscale: #676767. Windows color (decimal): -6664098 or 6181018. OLE color: 6181018.
HSL color Cylindrical-coordinate representation of color #9A505E: hue angle of 348.65º 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 #9A505E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 94 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.40 |
| HSL | 348.65º | 0.32% | 0.46% | - |
| HSV(B) | 348.65º | 0.48% | 0.6% | - |
| XYZ | 18.22 | 13.42 | 12.22 | - |
| YUV | 103.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 94 | 0 | 0.48 | 0.39 | 0.40 | 348.65 | 0.32 | 0.46 |
| Hex | 9A | 50 | 5E | 0 | 30 | 27 | 28 | 15D | 20 | 2E |
| Octal | 232 | 120 | 136 | 0 | 60 | 47 | 50 | 535 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1011110 | 0 | 110000 | 100111 | 101000 | 101011101 | 100000 | 101110 |
Color Harmonies of #9A505E
Complementary color
Monochromatic Colors of #9A505E
Black with #9A505E
Text Example
Text Example
White with #9A505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A505E; }
p { color: rgb(154,80,94); }
H1.HeaderClassName
{
color: #9A505E;
}
.AnyTagClassName
{
color: #9A505E;
}
</style>
background-color css
<style>
a { background-color: #9A505E; }
a { background-color: rgb(154,80,94); }
div.DivClassName
{
background-color: #9A505E;
}
.BgClassName
{
background-color: #9A505E;
}
</style>
border-color css
<style>
span { border-color: #9A505E; }
span { border-color: rgb(154,80,94); }
td.TdClassName
{
border-color: #9A505E;
}
.TagClassName
{
border-color: #9A505E;
}
</style>