Shades of Vin Rouge #96565C
Tints of Vin Rouge #96565C
RGB
CMYK
RGB Variations
Color information
#96565C (or 0x96565C) is known color: Vin Rouge. HEX triplet: 96, 56 and 5C. RGB value is (150,86,92). Sum of RGB (Red+Green+Blue) = 150+86+92=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565C is #69A9A3. Grayscale: #696969. Windows color (decimal): -6924708 or 6051478. OLE color: 6051478.
HSL color Cylindrical-coordinate representation of color #96565C: hue angle of 354.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96565C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 92 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.41 |
| HSL | 354.38º | 0.27% | 0.46% | - |
| HSV(B) | 354.38º | 0.43% | 0.59% | - |
| XYZ | 17.84 | 13.91 | 11.87 | - |
| YUV | 105.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 92 | 0 | 0.43 | 0.39 | 0.41 | 354.38 | 0.27 | 0.46 |
| Hex | 96 | 56 | 5C | 0 | 2B | 27 | 29 | 162 | 1B | 2E |
| Octal | 226 | 126 | 134 | 0 | 53 | 47 | 51 | 542 | 33 | 56 |
| Binary | 10010110 | 1010110 | 1011100 | 0 | 101011 | 100111 | 101001 | 101100010 | 11011 | 101110 |
Color Harmonies of #96565C
Complementary color
Monochromatic Colors of #96565C
Black with #96565C
Text Example
Text Example
White with #96565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96565C; }
p { color: rgb(150,86,92); }
H1.HeaderClassName
{
color: #96565C;
}
.AnyTagClassName
{
color: #96565C;
}
</style>
background-color css
<style>
a { background-color: #96565C; }
a { background-color: rgb(150,86,92); }
div.DivClassName
{
background-color: #96565C;
}
.BgClassName
{
background-color: #96565C;
}
</style>
border-color css
<style>
span { border-color: #96565C; }
span { border-color: rgb(150,86,92); }
td.TdClassName
{
border-color: #96565C;
}
.TagClassName
{
border-color: #96565C;
}
</style>