Shades of Vin Rouge #99525B
Tints of Vin Rouge #99525B
RGB
CMYK
RGB Variations
Color information
#99525B (or 0x99525B) is known color: Vin Rouge. HEX triplet: 99, 52 and 5B. RGB value is (153,82,91). Sum of RGB (Red+Green+Blue) = 153+82+91=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99525B is #66ADA4. Grayscale: #686868. Windows color (decimal): -6729125 or 5984921. OLE color: 5984921.
HSL color Cylindrical-coordinate representation of color #99525B: hue angle of 352.39º 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 #99525B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 91 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.4 |
| HSL | 352.39º | 0.3% | 0.46% | - |
| HSV(B) | 352.39º | 0.46% | 0.6% | - |
| XYZ | 18.04 | 13.56 | 11.56 | - |
| YUV | 104.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 91 | 0 | 0.46 | 0.41 | 0.4 | 352.39 | 0.3 | 0.46 |
| Hex | 99 | 52 | 5B | 0 | 2E | 29 | 28 | 160 | 1E | 2E |
| Octal | 231 | 122 | 133 | 0 | 56 | 51 | 50 | 540 | 36 | 56 |
| Binary | 10011001 | 1010010 | 1011011 | 0 | 101110 | 101001 | 101000 | 101100000 | 11110 | 101110 |
Color Harmonies of #99525B
Complementary color
Monochromatic Colors of #99525B
Black with #99525B
Text Example
Text Example
White with #99525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99525B; }
p { color: rgb(153,82,91); }
H1.HeaderClassName
{
color: #99525B;
}
.AnyTagClassName
{
color: #99525B;
}
</style>
background-color css
<style>
a { background-color: #99525B; }
a { background-color: rgb(153,82,91); }
div.DivClassName
{
background-color: #99525B;
}
.BgClassName
{
background-color: #99525B;
}
</style>
border-color css
<style>
span { border-color: #99525B; }
span { border-color: rgb(153,82,91); }
td.TdClassName
{
border-color: #99525B;
}
.TagClassName
{
border-color: #99525B;
}
</style>