Shades of Vin Rouge #9C5168
Tints of Vin Rouge #9C5168
RGB
CMYK
RGB Variations
Color information
#9C5168 (or 0x9C5168) is known color: Vin Rouge. HEX triplet: 9C, 51 and 68. RGB value is (156,81,104). Sum of RGB (Red+Green+Blue) = 156+81+104=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5168 is #63AE97. Grayscale: #6A6A6A. Windows color (decimal): -6532760 or 6836636. OLE color: 6836636.
HSL color Cylindrical-coordinate representation of color #9C5168: hue angle of 341.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5168 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 104 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.39 |
| HSL | 341.6º | 0.32% | 0.46% | - |
| HSV(B) | 341.6º | 0.48% | 0.61% | - |
| XYZ | 19.15 | 13.95 | 14.78 | - |
| YUV | 106.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 104 | 0 | 0.48 | 0.33 | 0.39 | 341.6 | 0.32 | 0.46 |
| Hex | 9C | 51 | 68 | 0 | 30 | 21 | 27 | 156 | 20 | 2E |
| Octal | 234 | 121 | 150 | 0 | 60 | 41 | 47 | 526 | 40 | 56 |
| Binary | 10011100 | 1010001 | 1101000 | 0 | 110000 | 100001 | 100111 | 101010110 | 100000 | 101110 |
Color Harmonies of #9C5168
Complementary color
Monochromatic Colors of #9C5168
Black with #9C5168
Text Example
Text Example
White with #9C5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5168; }
p { color: rgb(156,81,104); }
H1.HeaderClassName
{
color: #9C5168;
}
.AnyTagClassName
{
color: #9C5168;
}
</style>
background-color css
<style>
a { background-color: #9C5168; }
a { background-color: rgb(156,81,104); }
div.DivClassName
{
background-color: #9C5168;
}
.BgClassName
{
background-color: #9C5168;
}
</style>
border-color css
<style>
span { border-color: #9C5168; }
span { border-color: rgb(156,81,104); }
td.TdClassName
{
border-color: #9C5168;
}
.TagClassName
{
border-color: #9C5168;
}
</style>