Shades of Vin Rouge #9C565C
Tints of Vin Rouge #9C565C
RGB
CMYK
RGB Variations
Color information
#9C565C (or 0x9C565C) is known color: Vin Rouge. HEX triplet: 9C, 56 and 5C. RGB value is (156,86,92). Sum of RGB (Red+Green+Blue) = 156+86+92=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C565C is #63A9A3. Grayscale: #6B6B6B. Windows color (decimal): -6531492 or 6051484. OLE color: 6051484.
HSL color Cylindrical-coordinate representation of color #9C565C: hue angle of 354.86º 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 #9C565C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 92 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.39 |
| HSL | 354.86º | 0.29% | 0.47% | - |
| HSV(B) | 354.86º | 0.45% | 0.61% | - |
| XYZ | 18.97 | 14.5 | 11.92 | - |
| YUV | 107.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 92 | 0 | 0.45 | 0.41 | 0.39 | 354.86 | 0.29 | 0.47 |
| Hex | 9C | 56 | 5C | 0 | 2D | 29 | 27 | 163 | 1D | 2F |
| Octal | 234 | 126 | 134 | 0 | 55 | 51 | 47 | 543 | 35 | 57 |
| Binary | 10011100 | 1010110 | 1011100 | 0 | 101101 | 101001 | 100111 | 101100011 | 11101 | 101111 |
Color Harmonies of #9C565C
Complementary color
Monochromatic Colors of #9C565C
Black with #9C565C
Text Example
Text Example
White with #9C565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C565C; }
p { color: rgb(156,86,92); }
H1.HeaderClassName
{
color: #9C565C;
}
.AnyTagClassName
{
color: #9C565C;
}
</style>
background-color css
<style>
a { background-color: #9C565C; }
a { background-color: rgb(156,86,92); }
div.DivClassName
{
background-color: #9C565C;
}
.BgClassName
{
background-color: #9C565C;
}
</style>
border-color css
<style>
span { border-color: #9C565C; }
span { border-color: rgb(156,86,92); }
td.TdClassName
{
border-color: #9C565C;
}
.TagClassName
{
border-color: #9C565C;
}
</style>