Shades of Vin Rouge #995272
Tints of Vin Rouge #995272
RGB
CMYK
RGB Variations
Color information
#995272 (or 0x995272) is known color: Vin Rouge. HEX triplet: 99, 52 and 72. RGB value is (153,82,114). Sum of RGB (Red+Green+Blue) = 153+82+114=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #995272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995272 is #66AD8D. Grayscale: #6A6A6A. Windows color (decimal): -6729102 or 7492249. OLE color: 7492249.
HSL color Cylindrical-coordinate representation of color #995272: hue angle of 332.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995272 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 114 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.4 |
| HSL | 332.96º | 0.3% | 0.46% | - |
| HSV(B) | 332.96º | 0.46% | 0.6% | - |
| XYZ | 19.19 | 14.02 | 17.61 | - |
| YUV | 106.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 114 | 0 | 0.46 | 0.25 | 0.4 | 332.96 | 0.3 | 0.46 |
| Hex | 99 | 52 | 72 | 0 | 2E | 19 | 28 | 14D | 1E | 2E |
| Octal | 231 | 122 | 162 | 0 | 56 | 31 | 50 | 515 | 36 | 56 |
| Binary | 10011001 | 1010010 | 1110010 | 0 | 101110 | 11001 | 101000 | 101001101 | 11110 | 101110 |
Color Harmonies of #995272
Complementary color
Monochromatic Colors of #995272
Black with #995272
Text Example
Text Example
White with #995272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995272; }
p { color: rgb(153,82,114); }
H1.HeaderClassName
{
color: #995272;
}
.AnyTagClassName
{
color: #995272;
}
</style>
background-color css
<style>
a { background-color: #995272; }
a { background-color: rgb(153,82,114); }
div.DivClassName
{
background-color: #995272;
}
.BgClassName
{
background-color: #995272;
}
</style>
border-color css
<style>
span { border-color: #995272; }
span { border-color: rgb(153,82,114); }
td.TdClassName
{
border-color: #995272;
}
.TagClassName
{
border-color: #995272;
}
</style>