Shades of Vin Rouge #9D545F
Tints of Vin Rouge #9D545F
RGB
CMYK
RGB Variations
Color information
#9D545F (or 0x9D545F) is known color: Vin Rouge. HEX triplet: 9D, 54 and 5F. RGB value is (157,84,95). Sum of RGB (Red+Green+Blue) = 157+84+95=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D545F is #62ABA0. Grayscale: #6B6B6B. Windows color (decimal): -6466465 or 6247581. OLE color: 6247581.
HSL color Cylindrical-coordinate representation of color #9D545F: hue angle of 350.96º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D545F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 95 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.38 |
| HSL | 350.96º | 0.3% | 0.47% | - |
| HSV(B) | 350.96º | 0.46% | 0.62% | - |
| XYZ | 19.14 | 14.33 | 12.58 | - |
| YUV | 107.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 95 | 0 | 0.46 | 0.39 | 0.38 | 350.96 | 0.3 | 0.47 |
| Hex | 9D | 54 | 5F | 0 | 2E | 27 | 26 | 15F | 1E | 2F |
| Octal | 235 | 124 | 137 | 0 | 56 | 47 | 46 | 537 | 36 | 57 |
| Binary | 10011101 | 1010100 | 1011111 | 0 | 101110 | 100111 | 100110 | 101011111 | 11110 | 101111 |
Color Harmonies of #9D545F
Complementary color
Monochromatic Colors of #9D545F
Black with #9D545F
Text Example
Text Example
White with #9D545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D545F; }
p { color: rgb(157,84,95); }
H1.HeaderClassName
{
color: #9D545F;
}
.AnyTagClassName
{
color: #9D545F;
}
</style>
background-color css
<style>
a { background-color: #9D545F; }
a { background-color: rgb(157,84,95); }
div.DivClassName
{
background-color: #9D545F;
}
.BgClassName
{
background-color: #9D545F;
}
</style>
border-color css
<style>
span { border-color: #9D545F; }
span { border-color: rgb(157,84,95); }
td.TdClassName
{
border-color: #9D545F;
}
.TagClassName
{
border-color: #9D545F;
}
</style>