Shades of Vin Rouge #99525D
Tints of Vin Rouge #99525D
RGB
CMYK
RGB Variations
Color information
#99525D (or 0x99525D) is known color: Vin Rouge. HEX triplet: 99, 52 and 5D. RGB value is (153,82,93). Sum of RGB (Red+Green+Blue) = 153+82+93=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99525D is #66ADA2. Grayscale: #686868. Windows color (decimal): -6729123 or 6115993. OLE color: 6115993.
HSL color Cylindrical-coordinate representation of color #99525D: hue angle of 350.7º 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 #99525D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 93 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.4 |
| HSL | 350.7º | 0.3% | 0.46% | - |
| HSV(B) | 350.7º | 0.46% | 0.6% | - |
| XYZ | 18.13 | 13.6 | 12.02 | - |
| YUV | 104.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 93 | 0 | 0.46 | 0.39 | 0.4 | 350.7 | 0.3 | 0.46 |
| Hex | 99 | 52 | 5D | 0 | 2E | 27 | 28 | 15F | 1E | 2E |
| Octal | 231 | 122 | 135 | 0 | 56 | 47 | 50 | 537 | 36 | 56 |
| Binary | 10011001 | 1010010 | 1011101 | 0 | 101110 | 100111 | 101000 | 101011111 | 11110 | 101110 |
Color Harmonies of #99525D
Complementary color
Monochromatic Colors of #99525D
Black with #99525D
Text Example
Text Example
White with #99525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99525D; }
p { color: rgb(153,82,93); }
H1.HeaderClassName
{
color: #99525D;
}
.AnyTagClassName
{
color: #99525D;
}
</style>
background-color css
<style>
a { background-color: #99525D; }
a { background-color: rgb(153,82,93); }
div.DivClassName
{
background-color: #99525D;
}
.BgClassName
{
background-color: #99525D;
}
</style>
border-color css
<style>
span { border-color: #99525D; }
span { border-color: rgb(153,82,93); }
td.TdClassName
{
border-color: #99525D;
}
.TagClassName
{
border-color: #99525D;
}
</style>