Shades of Vin Rouge #96535B
Tints of Vin Rouge #96535B
RGB
CMYK
RGB Variations
Color information
#96535B (or 0x96535B) is known color: Vin Rouge. HEX triplet: 96, 53 and 5B. RGB value is (150,83,91). Sum of RGB (Red+Green+Blue) = 150+83+91=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96535B is #69ACA4. Grayscale: #676767. Windows color (decimal): -6925477 or 5985174. OLE color: 5985174.
HSL color Cylindrical-coordinate representation of color #96535B: hue angle of 352.84º 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 #96535B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 91 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.41 |
| HSL | 352.84º | 0.29% | 0.46% | - |
| HSV(B) | 352.84º | 0.45% | 0.59% | - |
| XYZ | 17.56 | 13.43 | 11.56 | - |
| YUV | 103.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 91 | 0 | 0.45 | 0.39 | 0.41 | 352.84 | 0.29 | 0.46 |
| Hex | 96 | 53 | 5B | 0 | 2D | 27 | 29 | 161 | 1D | 2E |
| Octal | 226 | 123 | 133 | 0 | 55 | 47 | 51 | 541 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1011011 | 0 | 101101 | 100111 | 101001 | 101100001 | 11101 | 101110 |
Color Harmonies of #96535B
Complementary color
Monochromatic Colors of #96535B
Black with #96535B
Text Example
Text Example
White with #96535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96535B; }
p { color: rgb(150,83,91); }
H1.HeaderClassName
{
color: #96535B;
}
.AnyTagClassName
{
color: #96535B;
}
</style>
background-color css
<style>
a { background-color: #96535B; }
a { background-color: rgb(150,83,91); }
div.DivClassName
{
background-color: #96535B;
}
.BgClassName
{
background-color: #96535B;
}
</style>
border-color css
<style>
span { border-color: #96535B; }
span { border-color: rgb(150,83,91); }
td.TdClassName
{
border-color: #96535B;
}
.TagClassName
{
border-color: #96535B;
}
</style>