Shades of Vin Rouge #99505B
Tints of Vin Rouge #99505B
RGB
CMYK
RGB Variations
Color information
#99505B (or 0x99505B) is known color: Vin Rouge. HEX triplet: 99, 50 and 5B. RGB value is (153,80,91). Sum of RGB (Red+Green+Blue) = 153+80+91=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99505B is #66AFA4. Grayscale: #676767. Windows color (decimal): -6729637 or 5984409. OLE color: 5984409.
HSL color Cylindrical-coordinate representation of color #99505B: hue angle of 350.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99505B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 91 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.4 |
| HSL | 350.96º | 0.31% | 0.46% | - |
| HSV(B) | 350.96º | 0.48% | 0.6% | - |
| XYZ | 17.89 | 13.26 | 11.51 | - |
| YUV | 103.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 91 | 0 | 0.48 | 0.41 | 0.4 | 350.96 | 0.31 | 0.46 |
| Hex | 99 | 50 | 5B | 0 | 30 | 29 | 28 | 15F | 1F | 2E |
| Octal | 231 | 120 | 133 | 0 | 60 | 51 | 50 | 537 | 37 | 56 |
| Binary | 10011001 | 1010000 | 1011011 | 0 | 110000 | 101001 | 101000 | 101011111 | 11111 | 101110 |
Color Harmonies of #99505B
Complementary color
Monochromatic Colors of #99505B
Black with #99505B
Text Example
Text Example
White with #99505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99505B; }
p { color: rgb(153,80,91); }
H1.HeaderClassName
{
color: #99505B;
}
.AnyTagClassName
{
color: #99505B;
}
</style>
background-color css
<style>
a { background-color: #99505B; }
a { background-color: rgb(153,80,91); }
div.DivClassName
{
background-color: #99505B;
}
.BgClassName
{
background-color: #99505B;
}
</style>
border-color css
<style>
span { border-color: #99505B; }
span { border-color: rgb(153,80,91); }
td.TdClassName
{
border-color: #99505B;
}
.TagClassName
{
border-color: #99505B;
}
</style>