Shades of Vin Rouge #9C536C
Tints of Vin Rouge #9C536C
RGB
CMYK
RGB Variations
Color information
#9C536C (or 0x9C536C) is known color: Vin Rouge. HEX triplet: 9C, 53 and 6C. RGB value is (156,83,108). Sum of RGB (Red+Green+Blue) = 156+83+108=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C536C is #63AC93. Grayscale: #6B6B6B. Windows color (decimal): -6532244 or 7099292. OLE color: 7099292.
HSL color Cylindrical-coordinate representation of color #9C536C: hue angle of 339.45º 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 #9C536C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 108 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.39 |
| HSL | 339.45º | 0.31% | 0.47% | - |
| HSV(B) | 339.45º | 0.47% | 0.61% | - |
| XYZ | 19.51 | 14.34 | 15.93 | - |
| YUV | 107.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 108 | 0 | 0.47 | 0.31 | 0.39 | 339.45 | 0.31 | 0.47 |
| Hex | 9C | 53 | 6C | 0 | 2F | 1F | 27 | 153 | 1F | 2F |
| Octal | 234 | 123 | 154 | 0 | 57 | 37 | 47 | 523 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1101100 | 0 | 101111 | 11111 | 100111 | 101010011 | 11111 | 101111 |
Color Harmonies of #9C536C
Complementary color
Monochromatic Colors of #9C536C
Black with #9C536C
Text Example
Text Example
White with #9C536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C536C; }
p { color: rgb(156,83,108); }
H1.HeaderClassName
{
color: #9C536C;
}
.AnyTagClassName
{
color: #9C536C;
}
</style>
background-color css
<style>
a { background-color: #9C536C; }
a { background-color: rgb(156,83,108); }
div.DivClassName
{
background-color: #9C536C;
}
.BgClassName
{
background-color: #9C536C;
}
</style>
border-color css
<style>
span { border-color: #9C536C; }
span { border-color: rgb(156,83,108); }
td.TdClassName
{
border-color: #9C536C;
}
.TagClassName
{
border-color: #9C536C;
}
</style>