Shades of Vin Rouge #9C5C62
Tints of Vin Rouge #9C5C62
RGB
CMYK
RGB Variations
Color information
#9C5C62 (or 0x9C5C62) is known color: Vin Rouge. HEX triplet: 9C, 5C and 62. RGB value is (156,92,98). Sum of RGB (Red+Green+Blue) = 156+92+98=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C62 is #63A39D. Grayscale: #6F6F6F. Windows color (decimal): -6529950 or 6446236. OLE color: 6446236.
HSL color Cylindrical-coordinate representation of color #9C5C62: hue angle of 354.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C5C62 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 98 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.39 |
| HSL | 354.38º | 0.26% | 0.49% | - |
| HSV(B) | 354.38º | 0.41% | 0.61% | - |
| XYZ | 19.74 | 15.6 | 13.53 | - |
| YUV | 111.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 98 | 0 | 0.41 | 0.37 | 0.39 | 354.38 | 0.26 | 0.49 |
| Hex | 9C | 5C | 62 | 0 | 29 | 25 | 27 | 162 | 1A | 31 |
| Octal | 234 | 134 | 142 | 0 | 51 | 45 | 47 | 542 | 32 | 61 |
| Binary | 10011100 | 1011100 | 1100010 | 0 | 101001 | 100101 | 100111 | 101100010 | 11010 | 110001 |
Color Harmonies of #9C5C62
Complementary color
Monochromatic Colors of #9C5C62
Black with #9C5C62
Text Example
Text Example
White with #9C5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C62; }
p { color: rgb(156,92,98); }
H1.HeaderClassName
{
color: #9C5C62;
}
.AnyTagClassName
{
color: #9C5C62;
}
</style>
background-color css
<style>
a { background-color: #9C5C62; }
a { background-color: rgb(156,92,98); }
div.DivClassName
{
background-color: #9C5C62;
}
.BgClassName
{
background-color: #9C5C62;
}
</style>
border-color css
<style>
span { border-color: #9C5C62; }
span { border-color: rgb(156,92,98); }
td.TdClassName
{
border-color: #9C5C62;
}
.TagClassName
{
border-color: #9C5C62;
}
</style>