Shades of Vin Rouge #99515D
Tints of Vin Rouge #99515D
RGB
CMYK
RGB Variations
Color information
#99515D (or 0x99515D) is known color: Vin Rouge. HEX triplet: 99, 51 and 5D. RGB value is (153,81,93). Sum of RGB (Red+Green+Blue) = 153+81+93=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515D is #66AEA2. Grayscale: #676767. Windows color (decimal): -6729379 or 6115737. OLE color: 6115737.
HSL color Cylindrical-coordinate representation of color #99515D: hue angle of 350º 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 #99515D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 93 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.4 |
| HSL | 350º | 0.31% | 0.46% | - |
| HSV(B) | 350º | 0.47% | 0.6% | - |
| XYZ | 18.06 | 13.45 | 12 | - |
| YUV | 103.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 93 | 0 | 0.47 | 0.39 | 0.4 | 350 | 0.31 | 0.46 |
| Hex | 99 | 51 | 5D | 0 | 2F | 27 | 28 | 15E | 1F | 2E |
| Octal | 231 | 121 | 135 | 0 | 57 | 47 | 50 | 536 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1011101 | 0 | 101111 | 100111 | 101000 | 101011110 | 11111 | 101110 |
Color Harmonies of #99515D
Complementary color
Monochromatic Colors of #99515D
Black with #99515D
Text Example
Text Example
White with #99515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99515D; }
p { color: rgb(153,81,93); }
H1.HeaderClassName
{
color: #99515D;
}
.AnyTagClassName
{
color: #99515D;
}
</style>
background-color css
<style>
a { background-color: #99515D; }
a { background-color: rgb(153,81,93); }
div.DivClassName
{
background-color: #99515D;
}
.BgClassName
{
background-color: #99515D;
}
</style>
border-color css
<style>
span { border-color: #99515D; }
span { border-color: rgb(153,81,93); }
td.TdClassName
{
border-color: #99515D;
}
.TagClassName
{
border-color: #99515D;
}
</style>