Shades of Vin Rouge #99595B
Tints of Vin Rouge #99595B
RGB
CMYK
RGB Variations
Color information
#99595B (or 0x99595B) is known color: Vin Rouge. HEX triplet: 99, 59 and 5B. RGB value is (153,89,91). Sum of RGB (Red+Green+Blue) = 153+89+91=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595B is #66A6A4. Grayscale: #6C6C6C. Windows color (decimal): -6727333 or 5986713. OLE color: 5986713.
HSL color Cylindrical-coordinate representation of color #99595B: hue angle of 358.12º 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 #99595B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 91 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.4 |
| HSL | 358.13º | 0.26% | 0.47% | - |
| HSV(B) | 358.13º | 0.42% | 0.6% | - |
| XYZ | 18.6 | 14.67 | 11.75 | - |
| YUV | 108.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 91 | 0 | 0.42 | 0.41 | 0.4 | 358.13 | 0.26 | 0.47 |
| Hex | 99 | 59 | 5B | 0 | 2A | 29 | 28 | 166 | 1A | 2F |
| Octal | 231 | 131 | 133 | 0 | 52 | 51 | 50 | 546 | 32 | 57 |
| Binary | 10011001 | 1011001 | 1011011 | 0 | 101010 | 101001 | 101000 | 101100110 | 11010 | 101111 |
Color Harmonies of #99595B
Complementary color
Monochromatic Colors of #99595B
Black with #99595B
Text Example
Text Example
White with #99595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99595B; }
p { color: rgb(153,89,91); }
H1.HeaderClassName
{
color: #99595B;
}
.AnyTagClassName
{
color: #99595B;
}
</style>
background-color css
<style>
a { background-color: #99595B; }
a { background-color: rgb(153,89,91); }
div.DivClassName
{
background-color: #99595B;
}
.BgClassName
{
background-color: #99595B;
}
</style>
border-color css
<style>
span { border-color: #99595B; }
span { border-color: rgb(153,89,91); }
td.TdClassName
{
border-color: #99595B;
}
.TagClassName
{
border-color: #99595B;
}
</style>