Shades of Vin Rouge #96535C
Tints of Vin Rouge #96535C
RGB
CMYK
RGB Variations
Color information
#96535C (or 0x96535C) is known color: Vin Rouge. HEX triplet: 96, 53 and 5C. RGB value is (150,83,92). Sum of RGB (Red+Green+Blue) = 150+83+92=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535C is #69ACA3. Grayscale: #686868. Windows color (decimal): -6925476 or 6050710. OLE color: 6050710.
HSL color Cylindrical-coordinate representation of color #96535C: hue angle of 351.94º 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 #96535C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 92 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.41 |
| HSL | 351.94º | 0.29% | 0.46% | - |
| HSV(B) | 351.94º | 0.45% | 0.59% | - |
| XYZ | 17.6 | 13.44 | 11.79 | - |
| YUV | 104.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 92 | 0 | 0.45 | 0.39 | 0.41 | 351.94 | 0.29 | 0.46 |
| Hex | 96 | 53 | 5C | 0 | 2D | 27 | 29 | 160 | 1D | 2E |
| Octal | 226 | 123 | 134 | 0 | 55 | 47 | 51 | 540 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1011100 | 0 | 101101 | 100111 | 101001 | 101100000 | 11101 | 101110 |
Color Harmonies of #96535C
Complementary color
Monochromatic Colors of #96535C
Black with #96535C
Text Example
Text Example
White with #96535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96535C; }
p { color: rgb(150,83,92); }
H1.HeaderClassName
{
color: #96535C;
}
.AnyTagClassName
{
color: #96535C;
}
</style>
background-color css
<style>
a { background-color: #96535C; }
a { background-color: rgb(150,83,92); }
div.DivClassName
{
background-color: #96535C;
}
.BgClassName
{
background-color: #96535C;
}
</style>
border-color css
<style>
span { border-color: #96535C; }
span { border-color: rgb(150,83,92); }
td.TdClassName
{
border-color: #96535C;
}
.TagClassName
{
border-color: #96535C;
}
</style>