Shades of Vin Rouge #965366
Tints of Vin Rouge #965366
RGB
CMYK
RGB Variations
Color information
#965366 (or 0x965366) is known color: Vin Rouge. HEX triplet: 96, 53 and 66. RGB value is (150,83,102). Sum of RGB (Red+Green+Blue) = 150+83+102=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965366 is #69AC99. Grayscale: #696969. Windows color (decimal): -6925466 or 6706070. OLE color: 6706070.
HSL color Cylindrical-coordinate representation of color #965366: hue angle of 342.99º 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 #965366 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 102 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.41 |
| HSL | 342.99º | 0.29% | 0.46% | - |
| HSV(B) | 342.99º | 0.45% | 0.59% | - |
| XYZ | 18.07 | 13.63 | 14.25 | - |
| YUV | 105.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 102 | 0 | 0.45 | 0.32 | 0.41 | 342.99 | 0.29 | 0.46 |
| Hex | 96 | 53 | 66 | 0 | 2D | 20 | 29 | 157 | 1D | 2E |
| Octal | 226 | 123 | 146 | 0 | 55 | 40 | 51 | 527 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1100110 | 0 | 101101 | 100000 | 101001 | 101010111 | 11101 | 101110 |
Color Harmonies of #965366
Complementary color
Monochromatic Colors of #965366
Black with #965366
Text Example
Text Example
White with #965366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965366; }
p { color: rgb(150,83,102); }
H1.HeaderClassName
{
color: #965366;
}
.AnyTagClassName
{
color: #965366;
}
</style>
background-color css
<style>
a { background-color: #965366; }
a { background-color: rgb(150,83,102); }
div.DivClassName
{
background-color: #965366;
}
.BgClassName
{
background-color: #965366;
}
</style>
border-color css
<style>
span { border-color: #965366; }
span { border-color: rgb(150,83,102); }
td.TdClassName
{
border-color: #965366;
}
.TagClassName
{
border-color: #965366;
}
</style>