Shades of Vin Rouge #99535C
Tints of Vin Rouge #99535C
RGB
CMYK
RGB Variations
Color information
#99535C (or 0x99535C) is known color: Vin Rouge. HEX triplet: 99, 53 and 5C. RGB value is (153,83,92). Sum of RGB (Red+Green+Blue) = 153+83+92=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99535C is #66ACA3. Grayscale: #686868. Windows color (decimal): -6728868 or 6050713. OLE color: 6050713.
HSL color Cylindrical-coordinate representation of color #99535C: hue angle of 352.29º 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 #99535C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 92 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.4 |
| HSL | 352.29º | 0.3% | 0.46% | - |
| HSV(B) | 352.29º | 0.46% | 0.6% | - |
| XYZ | 18.16 | 13.73 | 11.82 | - |
| YUV | 104.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 92 | 0 | 0.46 | 0.40 | 0.4 | 352.29 | 0.3 | 0.46 |
| Hex | 99 | 53 | 5C | 0 | 2E | 28 | 28 | 160 | 1E | 2E |
| Octal | 231 | 123 | 134 | 0 | 56 | 50 | 50 | 540 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1011100 | 0 | 101110 | 101000 | 101000 | 101100000 | 11110 | 101110 |
Color Harmonies of #99535C
Complementary color
Monochromatic Colors of #99535C
Black with #99535C
Text Example
Text Example
White with #99535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99535C; }
p { color: rgb(153,83,92); }
H1.HeaderClassName
{
color: #99535C;
}
.AnyTagClassName
{
color: #99535C;
}
</style>
background-color css
<style>
a { background-color: #99535C; }
a { background-color: rgb(153,83,92); }
div.DivClassName
{
background-color: #99535C;
}
.BgClassName
{
background-color: #99535C;
}
</style>
border-color css
<style>
span { border-color: #99535C; }
span { border-color: rgb(153,83,92); }
td.TdClassName
{
border-color: #99535C;
}
.TagClassName
{
border-color: #99535C;
}
</style>