Shades of Vin Rouge #9C566E
Tints of Vin Rouge #9C566E
RGB
CMYK
RGB Variations
Color information
#9C566E (or 0x9C566E) is known color: Vin Rouge. HEX triplet: 9C, 56 and 6E. RGB value is (156,86,110). Sum of RGB (Red+Green+Blue) = 156+86+110=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C566E is #63A991. Grayscale: #6D6D6D. Windows color (decimal): -6531474 or 7231132. OLE color: 7231132.
HSL color Cylindrical-coordinate representation of color #9C566E: hue angle of 339.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C566E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 110 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.39 |
| HSL | 339.43º | 0.29% | 0.47% | - |
| HSV(B) | 339.43º | 0.45% | 0.61% | - |
| XYZ | 19.85 | 14.85 | 16.57 | - |
| YUV | 109.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 110 | 0 | 0.45 | 0.29 | 0.39 | 339.43 | 0.29 | 0.47 |
| Hex | 9C | 56 | 6E | 0 | 2D | 1D | 27 | 153 | 1D | 2F |
| Octal | 234 | 126 | 156 | 0 | 55 | 35 | 47 | 523 | 35 | 57 |
| Binary | 10011100 | 1010110 | 1101110 | 0 | 101101 | 11101 | 100111 | 101010011 | 11101 | 101111 |
Color Harmonies of #9C566E
Complementary color
Monochromatic Colors of #9C566E
Black with #9C566E
Text Example
Text Example
White with #9C566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C566E; }
p { color: rgb(156,86,110); }
H1.HeaderClassName
{
color: #9C566E;
}
.AnyTagClassName
{
color: #9C566E;
}
</style>
background-color css
<style>
a { background-color: #9C566E; }
a { background-color: rgb(156,86,110); }
div.DivClassName
{
background-color: #9C566E;
}
.BgClassName
{
background-color: #9C566E;
}
</style>
border-color css
<style>
span { border-color: #9C566E; }
span { border-color: rgb(156,86,110); }
td.TdClassName
{
border-color: #9C566E;
}
.TagClassName
{
border-color: #9C566E;
}
</style>