Shades of Vin Rouge #99515C
Tints of Vin Rouge #99515C
RGB
CMYK
RGB Variations
Color information
#99515C (or 0x99515C) is known color: Vin Rouge. HEX triplet: 99, 51 and 5C. RGB value is (153,81,92). Sum of RGB (Red+Green+Blue) = 153+81+92=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515C is #66AEA3. Grayscale: #676767. Windows color (decimal): -6729380 or 6050201. OLE color: 6050201.
HSL color Cylindrical-coordinate representation of color #99515C: hue angle of 350.83º 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 #99515C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 92 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.4 |
| HSL | 350.83º | 0.31% | 0.46% | - |
| HSV(B) | 350.83º | 0.47% | 0.6% | - |
| XYZ | 18.01 | 13.43 | 11.77 | - |
| YUV | 103.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 92 | 0 | 0.47 | 0.40 | 0.4 | 350.83 | 0.31 | 0.46 |
| Hex | 99 | 51 | 5C | 0 | 2F | 28 | 28 | 15F | 1F | 2E |
| Octal | 231 | 121 | 134 | 0 | 57 | 50 | 50 | 537 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1011100 | 0 | 101111 | 101000 | 101000 | 101011111 | 11111 | 101110 |
Color Harmonies of #99515C
Complementary color
Monochromatic Colors of #99515C
Black with #99515C
Text Example
Text Example
White with #99515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99515C; }
p { color: rgb(153,81,92); }
H1.HeaderClassName
{
color: #99515C;
}
.AnyTagClassName
{
color: #99515C;
}
</style>
background-color css
<style>
a { background-color: #99515C; }
a { background-color: rgb(153,81,92); }
div.DivClassName
{
background-color: #99515C;
}
.BgClassName
{
background-color: #99515C;
}
</style>
border-color css
<style>
span { border-color: #99515C; }
span { border-color: rgb(153,81,92); }
td.TdClassName
{
border-color: #99515C;
}
.TagClassName
{
border-color: #99515C;
}
</style>