Shades of Vin Rouge #9C595B
Tints of Vin Rouge #9C595B
RGB
CMYK
RGB Variations
Color information
#9C595B (or 0x9C595B) is known color: Vin Rouge. HEX triplet: 9C, 59 and 5B. RGB value is (156,89,91). Sum of RGB (Red+Green+Blue) = 156+89+91=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C595B is #63A6A4. Grayscale: #6D6D6D. Windows color (decimal): -6530725 or 5986716. OLE color: 5986716.
HSL color Cylindrical-coordinate representation of color #9C595B: hue angle of 358.21º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C595B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 91 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.39 |
| HSL | 358.21º | 0.27% | 0.48% | - |
| HSV(B) | 358.21º | 0.43% | 0.61% | - |
| XYZ | 19.17 | 14.97 | 11.78 | - |
| YUV | 109.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 91 | 0 | 0.43 | 0.42 | 0.39 | 358.21 | 0.27 | 0.48 |
| Hex | 9C | 59 | 5B | 0 | 2B | 2A | 27 | 166 | 1B | 30 |
| Octal | 234 | 131 | 133 | 0 | 53 | 52 | 47 | 546 | 33 | 60 |
| Binary | 10011100 | 1011001 | 1011011 | 0 | 101011 | 101010 | 100111 | 101100110 | 11011 | 110000 |
Color Harmonies of #9C595B
Complementary color
Monochromatic Colors of #9C595B
Black with #9C595B
Text Example
Text Example
White with #9C595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C595B; }
p { color: rgb(156,89,91); }
H1.HeaderClassName
{
color: #9C595B;
}
.AnyTagClassName
{
color: #9C595B;
}
</style>
background-color css
<style>
a { background-color: #9C595B; }
a { background-color: rgb(156,89,91); }
div.DivClassName
{
background-color: #9C595B;
}
.BgClassName
{
background-color: #9C595B;
}
</style>
border-color css
<style>
span { border-color: #9C595B; }
span { border-color: rgb(156,89,91); }
td.TdClassName
{
border-color: #9C595B;
}
.TagClassName
{
border-color: #9C595B;
}
</style>