Shades of Vin Rouge #9C5465
Tints of Vin Rouge #9C5465
RGB
CMYK
RGB Variations
Color information
#9C5465 (or 0x9C5465) is known color: Vin Rouge. HEX triplet: 9C, 54 and 65. RGB value is (156,84,101). Sum of RGB (Red+Green+Blue) = 156+84+101=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5465 is #63AB9A. Grayscale: #6B6B6B. Windows color (decimal): -6531995 or 6640796. OLE color: 6640796.
HSL color Cylindrical-coordinate representation of color #9C5465: hue angle of 345.83º degrees, saturation: 0.3, 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 #9C5465 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 101 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.39 |
| HSL | 345.83º | 0.3% | 0.47% | - |
| HSV(B) | 345.83º | 0.46% | 0.61% | - |
| XYZ | 19.23 | 14.35 | 14.07 | - |
| YUV | 107.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 101 | 0 | 0.46 | 0.35 | 0.39 | 345.83 | 0.3 | 0.47 |
| Hex | 9C | 54 | 65 | 0 | 2E | 23 | 27 | 15A | 1E | 2F |
| Octal | 234 | 124 | 145 | 0 | 56 | 43 | 47 | 532 | 36 | 57 |
| Binary | 10011100 | 1010100 | 1100101 | 0 | 101110 | 100011 | 100111 | 101011010 | 11110 | 101111 |
Color Harmonies of #9C5465
Complementary color
Monochromatic Colors of #9C5465
Black with #9C5465
Text Example
Text Example
White with #9C5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5465; }
p { color: rgb(156,84,101); }
H1.HeaderClassName
{
color: #9C5465;
}
.AnyTagClassName
{
color: #9C5465;
}
</style>
background-color css
<style>
a { background-color: #9C5465; }
a { background-color: rgb(156,84,101); }
div.DivClassName
{
background-color: #9C5465;
}
.BgClassName
{
background-color: #9C5465;
}
</style>
border-color css
<style>
span { border-color: #9C5465; }
span { border-color: rgb(156,84,101); }
td.TdClassName
{
border-color: #9C5465;
}
.TagClassName
{
border-color: #9C5465;
}
</style>