Shades of Vin Rouge #9C595F
Tints of Vin Rouge #9C595F
RGB
CMYK
RGB Variations
Color information
#9C595F (or 0x9C595F) is known color: Vin Rouge. HEX triplet: 9C, 59 and 5F. RGB value is (156,89,95). Sum of RGB (Red+Green+Blue) = 156+89+95=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C595F is #63A6A0. Grayscale: #6D6D6D. Windows color (decimal): -6530721 or 6248860. OLE color: 6248860.
HSL color Cylindrical-coordinate representation of color #9C595F: hue angle of 354.63º 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 #9C595F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 95 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.39 |
| HSL | 354.63º | 0.27% | 0.48% | - |
| HSV(B) | 354.63º | 0.43% | 0.61% | - |
| XYZ | 19.35 | 15.04 | 12.71 | - |
| YUV | 109.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 95 | 0 | 0.43 | 0.39 | 0.39 | 354.63 | 0.27 | 0.48 |
| Hex | 9C | 59 | 5F | 0 | 2B | 27 | 27 | 163 | 1B | 30 |
| Octal | 234 | 131 | 137 | 0 | 53 | 47 | 47 | 543 | 33 | 60 |
| Binary | 10011100 | 1011001 | 1011111 | 0 | 101011 | 100111 | 100111 | 101100011 | 11011 | 110000 |
Color Harmonies of #9C595F
Complementary color
Monochromatic Colors of #9C595F
Black with #9C595F
Text Example
Text Example
White with #9C595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C595F; }
p { color: rgb(156,89,95); }
H1.HeaderClassName
{
color: #9C595F;
}
.AnyTagClassName
{
color: #9C595F;
}
</style>
background-color css
<style>
a { background-color: #9C595F; }
a { background-color: rgb(156,89,95); }
div.DivClassName
{
background-color: #9C595F;
}
.BgClassName
{
background-color: #9C595F;
}
</style>
border-color css
<style>
span { border-color: #9C595F; }
span { border-color: rgb(156,89,95); }
td.TdClassName
{
border-color: #9C595F;
}
.TagClassName
{
border-color: #9C595F;
}
</style>