Shades of Vin Rouge #965862
Tints of Vin Rouge #965862
RGB
CMYK
RGB Variations
Color information
#965862 (or 0x965862) is known color: Vin Rouge. HEX triplet: 96, 58 and 62. RGB value is (150,88,98). Sum of RGB (Red+Green+Blue) = 150+88+98=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965862 is #69A79D. Grayscale: #6B6B6B. Windows color (decimal): -6924190 or 6445206. OLE color: 6445206.
HSL color Cylindrical-coordinate representation of color #965862: hue angle of 350.32º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965862 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 98 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.41 |
| HSL | 350.32º | 0.26% | 0.47% | - |
| HSV(B) | 350.32º | 0.41% | 0.59% | - |
| XYZ | 18.27 | 14.35 | 13.36 | - |
| YUV | 107.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 98 | 0 | 0.41 | 0.35 | 0.41 | 350.32 | 0.26 | 0.47 |
| Hex | 96 | 58 | 62 | 0 | 29 | 23 | 29 | 15E | 1A | 2F |
| Octal | 226 | 130 | 142 | 0 | 51 | 43 | 51 | 536 | 32 | 57 |
| Binary | 10010110 | 1011000 | 1100010 | 0 | 101001 | 100011 | 101001 | 101011110 | 11010 | 101111 |
Color Harmonies of #965862
Complementary color
Monochromatic Colors of #965862
Black with #965862
Text Example
Text Example
White with #965862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965862; }
p { color: rgb(150,88,98); }
H1.HeaderClassName
{
color: #965862;
}
.AnyTagClassName
{
color: #965862;
}
</style>
background-color css
<style>
a { background-color: #965862; }
a { background-color: rgb(150,88,98); }
div.DivClassName
{
background-color: #965862;
}
.BgClassName
{
background-color: #965862;
}
</style>
border-color css
<style>
span { border-color: #965862; }
span { border-color: rgb(150,88,98); }
td.TdClassName
{
border-color: #965862;
}
.TagClassName
{
border-color: #965862;
}
</style>