Shades of Vin Rouge #9D536F
Tints of Vin Rouge #9D536F
RGB
CMYK
RGB Variations
Color information
#9D536F (or 0x9D536F) is known color: Vin Rouge. HEX triplet: 9D, 53 and 6F. RGB value is (157,83,111). Sum of RGB (Red+Green+Blue) = 157+83+111=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D536F is #62AC90. Grayscale: #6C6C6C. Windows color (decimal): -6466705 or 7295901. OLE color: 7295901.
HSL color Cylindrical-coordinate representation of color #9D536F: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D536F is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 111 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.38 |
| HSL | 337.3º | 0.31% | 0.47% | - |
| HSV(B) | 337.3º | 0.47% | 0.62% | - |
| XYZ | 19.87 | 14.5 | 16.79 | - |
| YUV | 108.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 111 | 0 | 0.47 | 0.29 | 0.38 | 337.3 | 0.31 | 0.47 |
| Hex | 9D | 53 | 6F | 0 | 2F | 1D | 26 | 151 | 1F | 2F |
| Octal | 235 | 123 | 157 | 0 | 57 | 35 | 46 | 521 | 37 | 57 |
| Binary | 10011101 | 1010011 | 1101111 | 0 | 101111 | 11101 | 100110 | 101010001 | 11111 | 101111 |
Color Harmonies of #9D536F
Complementary color
Monochromatic Colors of #9D536F
Black with #9D536F
Text Example
Text Example
White with #9D536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D536F; }
p { color: rgb(157,83,111); }
H1.HeaderClassName
{
color: #9D536F;
}
.AnyTagClassName
{
color: #9D536F;
}
</style>
background-color css
<style>
a { background-color: #9D536F; }
a { background-color: rgb(157,83,111); }
div.DivClassName
{
background-color: #9D536F;
}
.BgClassName
{
background-color: #9D536F;
}
</style>
border-color css
<style>
span { border-color: #9D536F; }
span { border-color: rgb(157,83,111); }
td.TdClassName
{
border-color: #9D536F;
}
.TagClassName
{
border-color: #9D536F;
}
</style>