Shades of Vin Rouge #9A505A
Tints of Vin Rouge #9A505A
RGB
CMYK
RGB Variations
Color information
#9A505A (or 0x9A505A) is known color: Vin Rouge. HEX triplet: 9A, 50 and 5A. RGB value is (154,80,90). Sum of RGB (Red+Green+Blue) = 154+80+90=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A505A is #65AFA5. Grayscale: #676767. Windows color (decimal): -6664102 or 5918874. OLE color: 5918874.
HSL color Cylindrical-coordinate representation of color #9A505A: hue angle of 351.89º 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 #9A505A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 90 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.40 |
| HSL | 351.89º | 0.32% | 0.46% | - |
| HSV(B) | 351.89º | 0.48% | 0.6% | - |
| XYZ | 18.04 | 13.35 | 11.3 | - |
| YUV | 103.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 90 | 0 | 0.48 | 0.42 | 0.40 | 351.89 | 0.32 | 0.46 |
| Hex | 9A | 50 | 5A | 0 | 30 | 2A | 28 | 160 | 20 | 2E |
| Octal | 232 | 120 | 132 | 0 | 60 | 52 | 50 | 540 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1011010 | 0 | 110000 | 101010 | 101000 | 101100000 | 100000 | 101110 |
Color Harmonies of #9A505A
Complementary color
Monochromatic Colors of #9A505A
Black with #9A505A
Text Example
Text Example
White with #9A505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A505A; }
p { color: rgb(154,80,90); }
H1.HeaderClassName
{
color: #9A505A;
}
.AnyTagClassName
{
color: #9A505A;
}
</style>
background-color css
<style>
a { background-color: #9A505A; }
a { background-color: rgb(154,80,90); }
div.DivClassName
{
background-color: #9A505A;
}
.BgClassName
{
background-color: #9A505A;
}
</style>
border-color css
<style>
span { border-color: #9A505A; }
span { border-color: rgb(154,80,90); }
td.TdClassName
{
border-color: #9A505A;
}
.TagClassName
{
border-color: #9A505A;
}
</style>