Shades of Vin Rouge #99535D
Tints of Vin Rouge #99535D
RGB
CMYK
RGB Variations
Color information
#99535D (or 0x99535D) is known color: Vin Rouge. HEX triplet: 99, 53 and 5D. RGB value is (153,83,93). Sum of RGB (Red+Green+Blue) = 153+83+93=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99535D is #66ACA2. Grayscale: #696969. Windows color (decimal): -6728867 or 6116249. OLE color: 6116249.
HSL color Cylindrical-coordinate representation of color #99535D: hue angle of 351.43º 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 #99535D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 93 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.4 |
| HSL | 351.43º | 0.3% | 0.46% | - |
| HSV(B) | 351.43º | 0.46% | 0.6% | - |
| XYZ | 18.21 | 13.75 | 12.05 | - |
| YUV | 105.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 93 | 0 | 0.46 | 0.39 | 0.4 | 351.43 | 0.3 | 0.46 |
| Hex | 99 | 53 | 5D | 0 | 2E | 27 | 28 | 15F | 1E | 2E |
| Octal | 231 | 123 | 135 | 0 | 56 | 47 | 50 | 537 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1011101 | 0 | 101110 | 100111 | 101000 | 101011111 | 11110 | 101110 |
Color Harmonies of #99535D
Complementary color
Monochromatic Colors of #99535D
Black with #99535D
Text Example
Text Example
White with #99535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99535D; }
p { color: rgb(153,83,93); }
H1.HeaderClassName
{
color: #99535D;
}
.AnyTagClassName
{
color: #99535D;
}
</style>
background-color css
<style>
a { background-color: #99535D; }
a { background-color: rgb(153,83,93); }
div.DivClassName
{
background-color: #99535D;
}
.BgClassName
{
background-color: #99535D;
}
</style>
border-color css
<style>
span { border-color: #99535D; }
span { border-color: rgb(153,83,93); }
td.TdClassName
{
border-color: #99535D;
}
.TagClassName
{
border-color: #99535D;
}
</style>