Shades of Vin Rouge #9C535F
Tints of Vin Rouge #9C535F
RGB
CMYK
RGB Variations
Color information
#9C535F (or 0x9C535F) is known color: Vin Rouge. HEX triplet: 9C, 53 and 5F. RGB value is (156,83,95). Sum of RGB (Red+Green+Blue) = 156+83+95=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C535F is #63ACA0. Grayscale: #6A6A6A. Windows color (decimal): -6532257 or 6247324. OLE color: 6247324.
HSL color Cylindrical-coordinate representation of color #9C535F: hue angle of 350.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C535F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 95 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.39 |
| HSL | 350.14º | 0.31% | 0.47% | - |
| HSV(B) | 350.14º | 0.47% | 0.61% | - |
| XYZ | 18.87 | 14.08 | 12.55 | - |
| YUV | 106.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 95 | 0 | 0.47 | 0.39 | 0.39 | 350.14 | 0.31 | 0.47 |
| Hex | 9C | 53 | 5F | 0 | 2F | 27 | 27 | 15E | 1F | 2F |
| Octal | 234 | 123 | 137 | 0 | 57 | 47 | 47 | 536 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1011111 | 0 | 101111 | 100111 | 100111 | 101011110 | 11111 | 101111 |
Color Harmonies of #9C535F
Complementary color
Monochromatic Colors of #9C535F
Black with #9C535F
Text Example
Text Example
White with #9C535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C535F; }
p { color: rgb(156,83,95); }
H1.HeaderClassName
{
color: #9C535F;
}
.AnyTagClassName
{
color: #9C535F;
}
</style>
background-color css
<style>
a { background-color: #9C535F; }
a { background-color: rgb(156,83,95); }
div.DivClassName
{
background-color: #9C535F;
}
.BgClassName
{
background-color: #9C535F;
}
</style>
border-color css
<style>
span { border-color: #9C535F; }
span { border-color: rgb(156,83,95); }
td.TdClassName
{
border-color: #9C535F;
}
.TagClassName
{
border-color: #9C535F;
}
</style>