Shades of Vin Rouge #9C5B5C
Tints of Vin Rouge #9C5B5C
RGB
CMYK
RGB Variations
Color information
#9C5B5C (or 0x9C5B5C) is known color: Vin Rouge. HEX triplet: 9C, 5B and 5C. RGB value is (156,91,92). Sum of RGB (Red+Green+Blue) = 156+91+92=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B5C is #63A4A3. Grayscale: #6E6E6E. Windows color (decimal): -6530212 or 6052764. OLE color: 6052764.
HSL color Cylindrical-coordinate representation of color #9C5B5C: hue angle of 359.08º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5B5C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 91 | 92 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.39 |
| HSL | 359.08º | 0.26% | 0.48% | - |
| HSV(B) | 359.08º | 0.42% | 0.61% | - |
| XYZ | 19.38 | 15.32 | 12.06 | - |
| YUV | 110.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 92 | 0 | 0.42 | 0.41 | 0.39 | 359.08 | 0.26 | 0.48 |
| Hex | 9C | 5B | 5C | 0 | 2A | 29 | 27 | 167 | 1A | 30 |
| Octal | 234 | 133 | 134 | 0 | 52 | 51 | 47 | 547 | 32 | 60 |
| Binary | 10011100 | 1011011 | 1011100 | 0 | 101010 | 101001 | 100111 | 101100111 | 11010 | 110000 |
Color Harmonies of #9C5B5C
Complementary color
Monochromatic Colors of #9C5B5C
Black with #9C5B5C
Text Example
Text Example
White with #9C5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5B5C; }
p { color: rgb(156,91,92); }
H1.HeaderClassName
{
color: #9C5B5C;
}
.AnyTagClassName
{
color: #9C5B5C;
}
</style>
background-color css
<style>
a { background-color: #9C5B5C; }
a { background-color: rgb(156,91,92); }
div.DivClassName
{
background-color: #9C5B5C;
}
.BgClassName
{
background-color: #9C5B5C;
}
</style>
border-color css
<style>
span { border-color: #9C5B5C; }
span { border-color: rgb(156,91,92); }
td.TdClassName
{
border-color: #9C5B5C;
}
.TagClassName
{
border-color: #9C5B5C;
}
</style>