Shades of Vin Rouge #9C5559
Tints of Vin Rouge #9C5559
RGB
CMYK
RGB Variations
Color information
#9C5559 (or 0x9C5559) is known color: Vin Rouge. HEX triplet: 9C, 55 and 59. RGB value is (156,85,89). Sum of RGB (Red+Green+Blue) = 156+85+89=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5559 is #63AAA6. Grayscale: #6A6A6A. Windows color (decimal): -6531751 or 5854620. OLE color: 5854620.
HSL color Cylindrical-coordinate representation of color #9C5559: hue angle of 356.62º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5559 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 89 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.39 |
| HSL | 356.62º | 0.29% | 0.47% | - |
| HSV(B) | 356.62º | 0.46% | 0.61% | - |
| XYZ | 18.76 | 14.29 | 11.22 | - |
| YUV | 106.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 89 | 0 | 0.46 | 0.43 | 0.39 | 356.62 | 0.29 | 0.47 |
| Hex | 9C | 55 | 59 | 0 | 2E | 2B | 27 | 165 | 1D | 2F |
| Octal | 234 | 125 | 131 | 0 | 56 | 53 | 47 | 545 | 35 | 57 |
| Binary | 10011100 | 1010101 | 1011001 | 0 | 101110 | 101011 | 100111 | 101100101 | 11101 | 101111 |
Color Harmonies of #9C5559
Complementary color
Monochromatic Colors of #9C5559
Black with #9C5559
Text Example
Text Example
White with #9C5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5559; }
p { color: rgb(156,85,89); }
H1.HeaderClassName
{
color: #9C5559;
}
.AnyTagClassName
{
color: #9C5559;
}
</style>
background-color css
<style>
a { background-color: #9C5559; }
a { background-color: rgb(156,85,89); }
div.DivClassName
{
background-color: #9C5559;
}
.BgClassName
{
background-color: #9C5559;
}
</style>
border-color css
<style>
span { border-color: #9C5559; }
span { border-color: rgb(156,85,89); }
td.TdClassName
{
border-color: #9C5559;
}
.TagClassName
{
border-color: #9C5559;
}
</style>