Shades of Vin Rouge #99526D
Tints of Vin Rouge #99526D
RGB
CMYK
RGB Variations
Color information
#99526D (or 0x99526D) is known color: Vin Rouge. HEX triplet: 99, 52 and 6D. RGB value is (153,82,109). Sum of RGB (Red+Green+Blue) = 153+82+109=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99526D is #66AD92. Grayscale: #6A6A6A. Windows color (decimal): -6729107 or 7164569. OLE color: 7164569.
HSL color Cylindrical-coordinate representation of color #99526D: hue angle of 337.18º 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 #99526D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 109 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.4 |
| HSL | 337.18º | 0.3% | 0.46% | - |
| HSV(B) | 337.18º | 0.46% | 0.6% | - |
| XYZ | 18.91 | 13.91 | 16.16 | - |
| YUV | 106.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 109 | 0 | 0.46 | 0.29 | 0.4 | 337.18 | 0.3 | 0.46 |
| Hex | 99 | 52 | 6D | 0 | 2E | 1D | 28 | 151 | 1E | 2E |
| Octal | 231 | 122 | 155 | 0 | 56 | 35 | 50 | 521 | 36 | 56 |
| Binary | 10011001 | 1010010 | 1101101 | 0 | 101110 | 11101 | 101000 | 101010001 | 11110 | 101110 |
Color Harmonies of #99526D
Complementary color
Monochromatic Colors of #99526D
Black with #99526D
Text Example
Text Example
White with #99526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99526D; }
p { color: rgb(153,82,109); }
H1.HeaderClassName
{
color: #99526D;
}
.AnyTagClassName
{
color: #99526D;
}
</style>
background-color css
<style>
a { background-color: #99526D; }
a { background-color: rgb(153,82,109); }
div.DivClassName
{
background-color: #99526D;
}
.BgClassName
{
background-color: #99526D;
}
</style>
border-color css
<style>
span { border-color: #99526D; }
span { border-color: rgb(153,82,109); }
td.TdClassName
{
border-color: #99526D;
}
.TagClassName
{
border-color: #99526D;
}
</style>