Shades of Vin Rouge #96525D
Tints of Vin Rouge #96525D
RGB
CMYK
RGB Variations
Color information
#96525D (or 0x96525D) is known color: Vin Rouge. HEX triplet: 96, 52 and 5D. RGB value is (150,82,93). Sum of RGB (Red+Green+Blue) = 150+82+93=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96525D is #69ADA2. Grayscale: #676767. Windows color (decimal): -6925731 or 6115990. OLE color: 6115990.
HSL color Cylindrical-coordinate representation of color #96525D: hue angle of 350.29º 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 #96525D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 93 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.41 |
| HSL | 350.29º | 0.29% | 0.45% | - |
| HSV(B) | 350.29º | 0.45% | 0.59% | - |
| XYZ | 17.57 | 13.31 | 12 | - |
| YUV | 103.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 93 | 0 | 0.45 | 0.38 | 0.41 | 350.29 | 0.29 | 0.45 |
| Hex | 96 | 52 | 5D | 0 | 2D | 26 | 29 | 15E | 1D | 2D |
| Octal | 226 | 122 | 135 | 0 | 55 | 46 | 51 | 536 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1011101 | 0 | 101101 | 100110 | 101001 | 101011110 | 11101 | 101101 |
Color Harmonies of #96525D
Complementary color
Monochromatic Colors of #96525D
Black with #96525D
Text Example
Text Example
White with #96525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96525D; }
p { color: rgb(150,82,93); }
H1.HeaderClassName
{
color: #96525D;
}
.AnyTagClassName
{
color: #96525D;
}
</style>
background-color css
<style>
a { background-color: #96525D; }
a { background-color: rgb(150,82,93); }
div.DivClassName
{
background-color: #96525D;
}
.BgClassName
{
background-color: #96525D;
}
</style>
border-color css
<style>
span { border-color: #96525D; }
span { border-color: rgb(150,82,93); }
td.TdClassName
{
border-color: #96525D;
}
.TagClassName
{
border-color: #96525D;
}
</style>