Shades of Vin Rouge #995158
Tints of Vin Rouge #995158
RGB
CMYK
RGB Variations
Color information
#995158 (or 0x995158) is known color: Vin Rouge. HEX triplet: 99, 51 and 58. RGB value is (153,81,88). Sum of RGB (Red+Green+Blue) = 153+81+88=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995158 is #66AEA7. Grayscale: #676767. Windows color (decimal): -6729384 or 5788057. OLE color: 5788057.
HSL color Cylindrical-coordinate representation of color #995158: hue angle of 354.17º 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 #995158 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 88 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.4 |
| HSL | 354.17º | 0.31% | 0.46% | - |
| HSV(B) | 354.17º | 0.47% | 0.6% | - |
| XYZ | 17.84 | 13.36 | 10.87 | - |
| YUV | 103.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 88 | 0 | 0.47 | 0.42 | 0.4 | 354.17 | 0.31 | 0.46 |
| Hex | 99 | 51 | 58 | 0 | 2F | 2A | 28 | 162 | 1F | 2E |
| Octal | 231 | 121 | 130 | 0 | 57 | 52 | 50 | 542 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1011000 | 0 | 101111 | 101010 | 101000 | 101100010 | 11111 | 101110 |
Color Harmonies of #995158
Complementary color
Monochromatic Colors of #995158
Black with #995158
Text Example
Text Example
White with #995158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995158; }
p { color: rgb(153,81,88); }
H1.HeaderClassName
{
color: #995158;
}
.AnyTagClassName
{
color: #995158;
}
</style>
background-color css
<style>
a { background-color: #995158; }
a { background-color: rgb(153,81,88); }
div.DivClassName
{
background-color: #995158;
}
.BgClassName
{
background-color: #995158;
}
</style>
border-color css
<style>
span { border-color: #995158; }
span { border-color: rgb(153,81,88); }
td.TdClassName
{
border-color: #995158;
}
.TagClassName
{
border-color: #995158;
}
</style>