Shades of Vin Rouge #99576C
Tints of Vin Rouge #99576C
RGB
CMYK
RGB Variations
Color information
#99576C (or 0x99576C) is known color: Vin Rouge. HEX triplet: 99, 57 and 6C. RGB value is (153,87,108). Sum of RGB (Red+Green+Blue) = 153+87+108=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99576C is #66A893. Grayscale: #6D6D6D. Windows color (decimal): -6727828 or 7100313. OLE color: 7100313.
HSL color Cylindrical-coordinate representation of color #99576C: hue angle of 340.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99576C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 108 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.4 |
| HSL | 340.91º | 0.28% | 0.47% | - |
| HSV(B) | 340.91º | 0.43% | 0.6% | - |
| XYZ | 19.25 | 14.67 | 16 | - |
| YUV | 109.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 108 | 0 | 0.43 | 0.29 | 0.4 | 340.91 | 0.28 | 0.47 |
| Hex | 99 | 57 | 6C | 0 | 2B | 1D | 28 | 155 | 1C | 2F |
| Octal | 231 | 127 | 154 | 0 | 53 | 35 | 50 | 525 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1101100 | 0 | 101011 | 11101 | 101000 | 101010101 | 11100 | 101111 |
Color Harmonies of #99576C
Complementary color
Monochromatic Colors of #99576C
Black with #99576C
Text Example
Text Example
White with #99576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99576C; }
p { color: rgb(153,87,108); }
H1.HeaderClassName
{
color: #99576C;
}
.AnyTagClassName
{
color: #99576C;
}
</style>
background-color css
<style>
a { background-color: #99576C; }
a { background-color: rgb(153,87,108); }
div.DivClassName
{
background-color: #99576C;
}
.BgClassName
{
background-color: #99576C;
}
</style>
border-color css
<style>
span { border-color: #99576C; }
span { border-color: rgb(153,87,108); }
td.TdClassName
{
border-color: #99576C;
}
.TagClassName
{
border-color: #99576C;
}
</style>