Shades of Vin Rouge #99595C
Tints of Vin Rouge #99595C
RGB
CMYK
RGB Variations
Color information
#99595C (or 0x99595C) is known color: Vin Rouge. HEX triplet: 99, 59 and 5C. RGB value is (153,89,92). Sum of RGB (Red+Green+Blue) = 153+89+92=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595C is #66A6A3. Grayscale: #6C6C6C. Windows color (decimal): -6727332 or 6052249. OLE color: 6052249.
HSL color Cylindrical-coordinate representation of color #99595C: hue angle of 357.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99595C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 92 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.4 |
| HSL | 357.19º | 0.26% | 0.47% | - |
| HSV(B) | 357.19º | 0.42% | 0.6% | - |
| XYZ | 18.64 | 14.69 | 11.98 | - |
| YUV | 108.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 92 | 0 | 0.42 | 0.40 | 0.4 | 357.19 | 0.26 | 0.47 |
| Hex | 99 | 59 | 5C | 0 | 2A | 28 | 28 | 165 | 1A | 2F |
| Octal | 231 | 131 | 134 | 0 | 52 | 50 | 50 | 545 | 32 | 57 |
| Binary | 10011001 | 1011001 | 1011100 | 0 | 101010 | 101000 | 101000 | 101100101 | 11010 | 101111 |
Color Harmonies of #99595C
Complementary color
Monochromatic Colors of #99595C
Black with #99595C
Text Example
Text Example
White with #99595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99595C; }
p { color: rgb(153,89,92); }
H1.HeaderClassName
{
color: #99595C;
}
.AnyTagClassName
{
color: #99595C;
}
</style>
background-color css
<style>
a { background-color: #99595C; }
a { background-color: rgb(153,89,92); }
div.DivClassName
{
background-color: #99595C;
}
.BgClassName
{
background-color: #99595C;
}
</style>
border-color css
<style>
span { border-color: #99595C; }
span { border-color: rgb(153,89,92); }
td.TdClassName
{
border-color: #99595C;
}
.TagClassName
{
border-color: #99595C;
}
</style>