Shades of Vin Rouge #995463
Tints of Vin Rouge #995463
RGB
CMYK
RGB Variations
Color information
#995463 (or 0x995463) is known color: Vin Rouge. HEX triplet: 99, 54 and 63. RGB value is (153,84,99). Sum of RGB (Red+Green+Blue) = 153+84+99=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995463 is #66AB9C. Grayscale: #6A6A6A. Windows color (decimal): -6728605 or 6509721. OLE color: 6509721.
HSL color Cylindrical-coordinate representation of color #995463: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995463 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 99 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.4 |
| HSL | 346.96º | 0.29% | 0.46% | - |
| HSV(B) | 346.96º | 0.45% | 0.6% | - |
| XYZ | 18.56 | 14.01 | 13.53 | - |
| YUV | 106.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 99 | 0 | 0.45 | 0.35 | 0.4 | 346.96 | 0.29 | 0.46 |
| Hex | 99 | 54 | 63 | 0 | 2D | 23 | 28 | 15B | 1D | 2E |
| Octal | 231 | 124 | 143 | 0 | 55 | 43 | 50 | 533 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1100011 | 0 | 101101 | 100011 | 101000 | 101011011 | 11101 | 101110 |
Color Harmonies of #995463
Complementary color
Monochromatic Colors of #995463
Black with #995463
Text Example
Text Example
White with #995463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995463; }
p { color: rgb(153,84,99); }
H1.HeaderClassName
{
color: #995463;
}
.AnyTagClassName
{
color: #995463;
}
</style>
background-color css
<style>
a { background-color: #995463; }
a { background-color: rgb(153,84,99); }
div.DivClassName
{
background-color: #995463;
}
.BgClassName
{
background-color: #995463;
}
</style>
border-color css
<style>
span { border-color: #995463; }
span { border-color: rgb(153,84,99); }
td.TdClassName
{
border-color: #995463;
}
.TagClassName
{
border-color: #995463;
}
</style>