Shades of Vin Rouge #9A566E
Tints of Vin Rouge #9A566E
RGB
CMYK
RGB Variations
Color information
#9A566E (or 0x9A566E) is known color: Vin Rouge. HEX triplet: 9A, 56 and 6E. RGB value is (154,86,110). Sum of RGB (Red+Green+Blue) = 154+86+110=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A566E is #65A991. Grayscale: #6D6D6D. Windows color (decimal): -6662546 or 7231130. OLE color: 7231130.
HSL color Cylindrical-coordinate representation of color #9A566E: hue angle of 338.82º 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 #9A566E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 86 | 110 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.40 |
| HSL | 338.82º | 0.28% | 0.47% | - |
| HSV(B) | 338.82º | 0.44% | 0.6% | - |
| XYZ | 19.47 | 14.65 | 16.55 | - |
| YUV | 109.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 110 | 0 | 0.44 | 0.29 | 0.40 | 338.82 | 0.28 | 0.47 |
| Hex | 9A | 56 | 6E | 0 | 2C | 1D | 28 | 153 | 1C | 2F |
| Octal | 232 | 126 | 156 | 0 | 54 | 35 | 50 | 523 | 34 | 57 |
| Binary | 10011010 | 1010110 | 1101110 | 0 | 101100 | 11101 | 101000 | 101010011 | 11100 | 101111 |
Color Harmonies of #9A566E
Complementary color
Monochromatic Colors of #9A566E
Black with #9A566E
Text Example
Text Example
White with #9A566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A566E; }
p { color: rgb(154,86,110); }
H1.HeaderClassName
{
color: #9A566E;
}
.AnyTagClassName
{
color: #9A566E;
}
</style>
background-color css
<style>
a { background-color: #9A566E; }
a { background-color: rgb(154,86,110); }
div.DivClassName
{
background-color: #9A566E;
}
.BgClassName
{
background-color: #9A566E;
}
</style>
border-color css
<style>
span { border-color: #9A566E; }
span { border-color: rgb(154,86,110); }
td.TdClassName
{
border-color: #9A566E;
}
.TagClassName
{
border-color: #9A566E;
}
</style>