Shades of Vin Rouge #9C565E
Tints of Vin Rouge #9C565E
RGB
CMYK
RGB Variations
Color information
#9C565E (or 0x9C565E) is known color: Vin Rouge. HEX triplet: 9C, 56 and 5E. RGB value is (156,86,94). Sum of RGB (Red+Green+Blue) = 156+86+94=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C565E is #63A9A1. Grayscale: #6B6B6B. Windows color (decimal): -6531490 or 6182556. OLE color: 6182556.
HSL color Cylindrical-coordinate representation of color #9C565E: hue angle of 353.14º 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 #9C565E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 94 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.39 |
| HSL | 353.14º | 0.29% | 0.47% | - |
| HSV(B) | 353.14º | 0.45% | 0.61% | - |
| XYZ | 19.06 | 14.53 | 12.39 | - |
| YUV | 107.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 94 | 0 | 0.45 | 0.40 | 0.39 | 353.14 | 0.29 | 0.47 |
| Hex | 9C | 56 | 5E | 0 | 2D | 28 | 27 | 161 | 1D | 2F |
| Octal | 234 | 126 | 136 | 0 | 55 | 50 | 47 | 541 | 35 | 57 |
| Binary | 10011100 | 1010110 | 1011110 | 0 | 101101 | 101000 | 100111 | 101100001 | 11101 | 101111 |
Color Harmonies of #9C565E
Complementary color
Monochromatic Colors of #9C565E
Black with #9C565E
Text Example
Text Example
White with #9C565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C565E; }
p { color: rgb(156,86,94); }
H1.HeaderClassName
{
color: #9C565E;
}
.AnyTagClassName
{
color: #9C565E;
}
</style>
background-color css
<style>
a { background-color: #9C565E; }
a { background-color: rgb(156,86,94); }
div.DivClassName
{
background-color: #9C565E;
}
.BgClassName
{
background-color: #9C565E;
}
</style>
border-color css
<style>
span { border-color: #9C565E; }
span { border-color: rgb(156,86,94); }
td.TdClassName
{
border-color: #9C565E;
}
.TagClassName
{
border-color: #9C565E;
}
</style>