Shades of Vin Rouge #965359
Tints of Vin Rouge #965359
RGB
CMYK
RGB Variations
Color information
#965359 (or 0x965359) is known color: Vin Rouge. HEX triplet: 96, 53 and 59. RGB value is (150,83,89). Sum of RGB (Red+Green+Blue) = 150+83+89=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #965359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965359 is #69ACA6. Grayscale: #676767. Windows color (decimal): -6925479 or 5854102. OLE color: 5854102.
HSL color Cylindrical-coordinate representation of color #965359: hue angle of 354.63º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965359 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 89 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.41 |
| HSL | 354.63º | 0.29% | 0.46% | - |
| HSV(B) | 354.63º | 0.45% | 0.59% | - |
| XYZ | 17.47 | 13.39 | 11.12 | - |
| YUV | 103.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 89 | 0 | 0.45 | 0.41 | 0.41 | 354.63 | 0.29 | 0.46 |
| Hex | 96 | 53 | 59 | 0 | 2D | 29 | 29 | 163 | 1D | 2E |
| Octal | 226 | 123 | 131 | 0 | 55 | 51 | 51 | 543 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1011001 | 0 | 101101 | 101001 | 101001 | 101100011 | 11101 | 101110 |
Color Harmonies of #965359
Complementary color
Monochromatic Colors of #965359
Black with #965359
Text Example
Text Example
White with #965359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965359; }
p { color: rgb(150,83,89); }
H1.HeaderClassName
{
color: #965359;
}
.AnyTagClassName
{
color: #965359;
}
</style>
background-color css
<style>
a { background-color: #965359; }
a { background-color: rgb(150,83,89); }
div.DivClassName
{
background-color: #965359;
}
.BgClassName
{
background-color: #965359;
}
</style>
border-color css
<style>
span { border-color: #965359; }
span { border-color: rgb(150,83,89); }
td.TdClassName
{
border-color: #965359;
}
.TagClassName
{
border-color: #965359;
}
</style>