Shades of Vin Rouge #9C536F
Tints of Vin Rouge #9C536F
RGB
CMYK
RGB Variations
Color information
#9C536F (or 0x9C536F) is known color: Vin Rouge. HEX triplet: 9C, 53 and 6F. RGB value is (156,83,111). Sum of RGB (Red+Green+Blue) = 156+83+111=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C536F is #63AC90. Grayscale: #6B6B6B. Windows color (decimal): -6532241 or 7295900. OLE color: 7295900.
HSL color Cylindrical-coordinate representation of color #9C536F: hue angle of 336.99º 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 #9C536F is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 111 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.39 |
| HSL | 336.99º | 0.31% | 0.47% | - |
| HSV(B) | 336.99º | 0.47% | 0.61% | - |
| XYZ | 19.67 | 14.4 | 16.78 | - |
| YUV | 108.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 111 | 0 | 0.47 | 0.29 | 0.39 | 336.99 | 0.31 | 0.47 |
| Hex | 9C | 53 | 6F | 0 | 2F | 1D | 27 | 151 | 1F | 2F |
| Octal | 234 | 123 | 157 | 0 | 57 | 35 | 47 | 521 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1101111 | 0 | 101111 | 11101 | 100111 | 101010001 | 11111 | 101111 |
Color Harmonies of #9C536F
Complementary color
Monochromatic Colors of #9C536F
Black with #9C536F
Text Example
Text Example
White with #9C536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C536F; }
p { color: rgb(156,83,111); }
H1.HeaderClassName
{
color: #9C536F;
}
.AnyTagClassName
{
color: #9C536F;
}
</style>
background-color css
<style>
a { background-color: #9C536F; }
a { background-color: rgb(156,83,111); }
div.DivClassName
{
background-color: #9C536F;
}
.BgClassName
{
background-color: #9C536F;
}
</style>
border-color css
<style>
span { border-color: #9C536F; }
span { border-color: rgb(156,83,111); }
td.TdClassName
{
border-color: #9C536F;
}
.TagClassName
{
border-color: #9C536F;
}
</style>