Shades of Vin Rouge #995270
Tints of Vin Rouge #995270
RGB
CMYK
RGB Variations
Color information
#995270 (or 0x995270) is known color: Vin Rouge. HEX triplet: 99, 52 and 70. RGB value is (153,82,112). Sum of RGB (Red+Green+Blue) = 153+82+112=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995270 is #66AD8F. Grayscale: #6A6A6A. Windows color (decimal): -6729104 or 7361177. OLE color: 7361177.
HSL color Cylindrical-coordinate representation of color #995270: hue angle of 334.65º 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 #995270 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 112 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.4 |
| HSL | 334.65º | 0.3% | 0.46% | - |
| HSV(B) | 334.65º | 0.46% | 0.6% | - |
| XYZ | 19.08 | 13.98 | 17.02 | - |
| YUV | 106.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 112 | 0 | 0.46 | 0.27 | 0.4 | 334.65 | 0.3 | 0.46 |
| Hex | 99 | 52 | 70 | 0 | 2E | 1B | 28 | 14F | 1E | 2E |
| Octal | 231 | 122 | 160 | 0 | 56 | 33 | 50 | 517 | 36 | 56 |
| Binary | 10011001 | 1010010 | 1110000 | 0 | 101110 | 11011 | 101000 | 101001111 | 11110 | 101110 |
Color Harmonies of #995270
Complementary color
Monochromatic Colors of #995270
Black with #995270
Text Example
Text Example
White with #995270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995270; }
p { color: rgb(153,82,112); }
H1.HeaderClassName
{
color: #995270;
}
.AnyTagClassName
{
color: #995270;
}
</style>
background-color css
<style>
a { background-color: #995270; }
a { background-color: rgb(153,82,112); }
div.DivClassName
{
background-color: #995270;
}
.BgClassName
{
background-color: #995270;
}
</style>
border-color css
<style>
span { border-color: #995270; }
span { border-color: rgb(153,82,112); }
td.TdClassName
{
border-color: #995270;
}
.TagClassName
{
border-color: #995270;
}
</style>