Shades of Vin Rouge #965265
Tints of Vin Rouge #965265
RGB
CMYK
RGB Variations
Color information
#965265 (or 0x965265) is known color: Vin Rouge. HEX triplet: 96, 52 and 65. RGB value is (150,82,101). Sum of RGB (Red+Green+Blue) = 150+82+101=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965265 is #69AD9A. Grayscale: #686868. Windows color (decimal): -6925723 or 6640278. OLE color: 6640278.
HSL color Cylindrical-coordinate representation of color #965265: hue angle of 343.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965265 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 101 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.41 |
| HSL | 343.24º | 0.29% | 0.45% | - |
| HSV(B) | 343.24º | 0.45% | 0.59% | - |
| XYZ | 17.94 | 13.46 | 13.96 | - |
| YUV | 104.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 101 | 0 | 0.45 | 0.33 | 0.41 | 343.24 | 0.29 | 0.45 |
| Hex | 96 | 52 | 65 | 0 | 2D | 21 | 29 | 157 | 1D | 2D |
| Octal | 226 | 122 | 145 | 0 | 55 | 41 | 51 | 527 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1100101 | 0 | 101101 | 100001 | 101001 | 101010111 | 11101 | 101101 |
Color Harmonies of #965265
Complementary color
Monochromatic Colors of #965265
Black with #965265
Text Example
Text Example
White with #965265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965265; }
p { color: rgb(150,82,101); }
H1.HeaderClassName
{
color: #965265;
}
.AnyTagClassName
{
color: #965265;
}
</style>
background-color css
<style>
a { background-color: #965265; }
a { background-color: rgb(150,82,101); }
div.DivClassName
{
background-color: #965265;
}
.BgClassName
{
background-color: #965265;
}
</style>
border-color css
<style>
span { border-color: #965265; }
span { border-color: rgb(150,82,101); }
td.TdClassName
{
border-color: #965265;
}
.TagClassName
{
border-color: #965265;
}
</style>