Shades of Vin Rouge #99535B
Tints of Vin Rouge #99535B
RGB
CMYK
RGB Variations
Color information
#99535B (or 0x99535B) is known color: Vin Rouge. HEX triplet: 99, 53 and 5B. RGB value is (153,83,91). Sum of RGB (Red+Green+Blue) = 153+83+91=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99535B is #66ACA4. Grayscale: #686868. Windows color (decimal): -6728869 or 5985177. OLE color: 5985177.
HSL color Cylindrical-coordinate representation of color #99535B: hue angle of 353.14º 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 #99535B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 91 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.4 |
| HSL | 353.14º | 0.3% | 0.46% | - |
| HSV(B) | 353.14º | 0.46% | 0.6% | - |
| XYZ | 18.12 | 13.71 | 11.59 | - |
| YUV | 104.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 91 | 0 | 0.46 | 0.41 | 0.4 | 353.14 | 0.3 | 0.46 |
| Hex | 99 | 53 | 5B | 0 | 2E | 29 | 28 | 161 | 1E | 2E |
| Octal | 231 | 123 | 133 | 0 | 56 | 51 | 50 | 541 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1011011 | 0 | 101110 | 101001 | 101000 | 101100001 | 11110 | 101110 |
Color Harmonies of #99535B
Complementary color
Monochromatic Colors of #99535B
Black with #99535B
Text Example
Text Example
White with #99535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99535B; }
p { color: rgb(153,83,91); }
H1.HeaderClassName
{
color: #99535B;
}
.AnyTagClassName
{
color: #99535B;
}
</style>
background-color css
<style>
a { background-color: #99535B; }
a { background-color: rgb(153,83,91); }
div.DivClassName
{
background-color: #99535B;
}
.BgClassName
{
background-color: #99535B;
}
</style>
border-color css
<style>
span { border-color: #99535B; }
span { border-color: rgb(153,83,91); }
td.TdClassName
{
border-color: #99535B;
}
.TagClassName
{
border-color: #99535B;
}
</style>