Shades of Vin Rouge #995465
Tints of Vin Rouge #995465
RGB
CMYK
RGB Variations
Color information
#995465 (or 0x995465) is known color: Vin Rouge. HEX triplet: 99, 54 and 65. RGB value is (153,84,101). Sum of RGB (Red+Green+Blue) = 153+84+101=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995465 is #66AB9A. Grayscale: #6A6A6A. Windows color (decimal): -6728603 or 6640793. OLE color: 6640793.
HSL color Cylindrical-coordinate representation of color #995465: hue angle of 345.22º 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 #995465 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 101 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.4 |
| HSL | 345.22º | 0.29% | 0.46% | - |
| HSV(B) | 345.22º | 0.45% | 0.6% | - |
| XYZ | 18.66 | 14.05 | 14.04 | - |
| YUV | 106.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 101 | 0 | 0.45 | 0.34 | 0.4 | 345.22 | 0.29 | 0.46 |
| Hex | 99 | 54 | 65 | 0 | 2D | 22 | 28 | 159 | 1D | 2E |
| Octal | 231 | 124 | 145 | 0 | 55 | 42 | 50 | 531 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1100101 | 0 | 101101 | 100010 | 101000 | 101011001 | 11101 | 101110 |
Color Harmonies of #995465
Complementary color
Monochromatic Colors of #995465
Black with #995465
Text Example
Text Example
White with #995465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995465; }
p { color: rgb(153,84,101); }
H1.HeaderClassName
{
color: #995465;
}
.AnyTagClassName
{
color: #995465;
}
</style>
background-color css
<style>
a { background-color: #995465; }
a { background-color: rgb(153,84,101); }
div.DivClassName
{
background-color: #995465;
}
.BgClassName
{
background-color: #995465;
}
</style>
border-color css
<style>
span { border-color: #995465; }
span { border-color: rgb(153,84,101); }
td.TdClassName
{
border-color: #995465;
}
.TagClassName
{
border-color: #995465;
}
</style>