Shades of Vin Rouge #9A5766
Tints of Vin Rouge #9A5766
RGB
CMYK
RGB Variations
Color information
#9A5766 (or 0x9A5766) is known color: Vin Rouge. HEX triplet: 9A, 57 and 66. RGB value is (154,87,102). Sum of RGB (Red+Green+Blue) = 154+87+102=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5766 is #65A899. Grayscale: #6C6C6C. Windows color (decimal): -6662298 or 6707098. OLE color: 6707098.
HSL color Cylindrical-coordinate representation of color #9A5766: hue angle of 346.57º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5766 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 102 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.40 |
| HSL | 346.57º | 0.28% | 0.47% | - |
| HSV(B) | 346.57º | 0.44% | 0.6% | - |
| XYZ | 19.13 | 14.65 | 14.39 | - |
| YUV | 108.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 102 | 0 | 0.44 | 0.34 | 0.40 | 346.57 | 0.28 | 0.47 |
| Hex | 9A | 57 | 66 | 0 | 2C | 22 | 28 | 15B | 1C | 2F |
| Octal | 232 | 127 | 146 | 0 | 54 | 42 | 50 | 533 | 34 | 57 |
| Binary | 10011010 | 1010111 | 1100110 | 0 | 101100 | 100010 | 101000 | 101011011 | 11100 | 101111 |
Color Harmonies of #9A5766
Complementary color
Monochromatic Colors of #9A5766
Black with #9A5766
Text Example
Text Example
White with #9A5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5766; }
p { color: rgb(154,87,102); }
H1.HeaderClassName
{
color: #9A5766;
}
.AnyTagClassName
{
color: #9A5766;
}
</style>
background-color css
<style>
a { background-color: #9A5766; }
a { background-color: rgb(154,87,102); }
div.DivClassName
{
background-color: #9A5766;
}
.BgClassName
{
background-color: #9A5766;
}
</style>
border-color css
<style>
span { border-color: #9A5766; }
span { border-color: rgb(154,87,102); }
td.TdClassName
{
border-color: #9A5766;
}
.TagClassName
{
border-color: #9A5766;
}
</style>