Shades of Vin Rouge #9C5767
Tints of Vin Rouge #9C5767
RGB
CMYK
RGB Variations
Color information
#9C5767 (or 0x9C5767) is known color: Vin Rouge. HEX triplet: 9C, 57 and 67. RGB value is (156,87,103). Sum of RGB (Red+Green+Blue) = 156+87+103=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5767 is #63A898. Grayscale: #6D6D6D. Windows color (decimal): -6531225 or 6772636. OLE color: 6772636.
HSL color Cylindrical-coordinate representation of color #9C5767: hue angle of 346.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5767 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 103 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.39 |
| HSL | 346.09º | 0.28% | 0.48% | - |
| HSV(B) | 346.09º | 0.44% | 0.61% | - |
| XYZ | 19.57 | 14.86 | 14.67 | - |
| YUV | 109.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 103 | 0 | 0.44 | 0.34 | 0.39 | 346.09 | 0.28 | 0.48 |
| Hex | 9C | 57 | 67 | 0 | 2C | 22 | 27 | 15A | 1C | 30 |
| Octal | 234 | 127 | 147 | 0 | 54 | 42 | 47 | 532 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1100111 | 0 | 101100 | 100010 | 100111 | 101011010 | 11100 | 110000 |
Color Harmonies of #9C5767
Complementary color
Monochromatic Colors of #9C5767
Black with #9C5767
Text Example
Text Example
White with #9C5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5767; }
p { color: rgb(156,87,103); }
H1.HeaderClassName
{
color: #9C5767;
}
.AnyTagClassName
{
color: #9C5767;
}
</style>
background-color css
<style>
a { background-color: #9C5767; }
a { background-color: rgb(156,87,103); }
div.DivClassName
{
background-color: #9C5767;
}
.BgClassName
{
background-color: #9C5767;
}
</style>
border-color css
<style>
span { border-color: #9C5767; }
span { border-color: rgb(156,87,103); }
td.TdClassName
{
border-color: #9C5767;
}
.TagClassName
{
border-color: #9C5767;
}
</style>