Shades of Vin Rouge #995157
Tints of Vin Rouge #995157
RGB
CMYK
RGB Variations
Color information
#995157 (or 0x995157) is known color: Vin Rouge. HEX triplet: 99, 51 and 57. RGB value is (153,81,87). Sum of RGB (Red+Green+Blue) = 153+81+87=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995157 is #66AEA8. Grayscale: #676767. Windows color (decimal): -6729385 or 5722521. OLE color: 5722521.
HSL color Cylindrical-coordinate representation of color #995157: hue angle of 355º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995157 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 87 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.4 |
| HSL | 355º | 0.31% | 0.46% | - |
| HSV(B) | 355º | 0.47% | 0.6% | - |
| XYZ | 17.8 | 13.35 | 10.65 | - |
| YUV | 103.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 87 | 0 | 0.47 | 0.43 | 0.4 | 355 | 0.31 | 0.46 |
| Hex | 99 | 51 | 57 | 0 | 2F | 2B | 28 | 163 | 1F | 2E |
| Octal | 231 | 121 | 127 | 0 | 57 | 53 | 50 | 543 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1010111 | 0 | 101111 | 101011 | 101000 | 101100011 | 11111 | 101110 |
Color Harmonies of #995157
Complementary color
Monochromatic Colors of #995157
Black with #995157
Text Example
Text Example
White with #995157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995157; }
p { color: rgb(153,81,87); }
H1.HeaderClassName
{
color: #995157;
}
.AnyTagClassName
{
color: #995157;
}
</style>
background-color css
<style>
a { background-color: #995157; }
a { background-color: rgb(153,81,87); }
div.DivClassName
{
background-color: #995157;
}
.BgClassName
{
background-color: #995157;
}
</style>
border-color css
<style>
span { border-color: #995157; }
span { border-color: rgb(153,81,87); }
td.TdClassName
{
border-color: #995157;
}
.TagClassName
{
border-color: #995157;
}
</style>