Shades of Vin Rouge #995461
Tints of Vin Rouge #995461
RGB
CMYK
RGB Variations
Color information
#995461 (or 0x995461) is known color: Vin Rouge. HEX triplet: 99, 54 and 61. RGB value is (153,84,97). Sum of RGB (Red+Green+Blue) = 153+84+97=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995461 is #66AB9E. Grayscale: #6A6A6A. Windows color (decimal): -6728607 or 6378649. OLE color: 6378649.
HSL color Cylindrical-coordinate representation of color #995461: hue angle of 348.7º 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 #995461 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 97 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.4 |
| HSL | 348.7º | 0.29% | 0.46% | - |
| HSV(B) | 348.7º | 0.45% | 0.6% | - |
| XYZ | 18.46 | 13.98 | 13.03 | - |
| YUV | 106.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 97 | 0 | 0.45 | 0.37 | 0.4 | 348.7 | 0.29 | 0.46 |
| Hex | 99 | 54 | 61 | 0 | 2D | 25 | 28 | 15D | 1D | 2E |
| Octal | 231 | 124 | 141 | 0 | 55 | 45 | 50 | 535 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1100001 | 0 | 101101 | 100101 | 101000 | 101011101 | 11101 | 101110 |
Color Harmonies of #995461
Complementary color
Monochromatic Colors of #995461
Black with #995461
Text Example
Text Example
White with #995461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995461; }
p { color: rgb(153,84,97); }
H1.HeaderClassName
{
color: #995461;
}
.AnyTagClassName
{
color: #995461;
}
</style>
background-color css
<style>
a { background-color: #995461; }
a { background-color: rgb(153,84,97); }
div.DivClassName
{
background-color: #995461;
}
.BgClassName
{
background-color: #995461;
}
</style>
border-color css
<style>
span { border-color: #995461; }
span { border-color: rgb(153,84,97); }
td.TdClassName
{
border-color: #995461;
}
.TagClassName
{
border-color: #995461;
}
</style>