Shades of Vin Rouge #96575A
Tints of Vin Rouge #96575A
RGB
CMYK
RGB Variations
Color information
#96575A (or 0x96575A) is known color: Vin Rouge. HEX triplet: 96, 57 and 5A. RGB value is (150,87,90). Sum of RGB (Red+Green+Blue) = 150+87+90=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96575A is #69A8A5. Grayscale: #6A6A6A. Windows color (decimal): -6924454 or 5920662. OLE color: 5920662.
HSL color Cylindrical-coordinate representation of color #96575A: hue angle of 357.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96575A is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 90 | - |
| CMYK | 0 | 0.42 | 0.4 | 0.41 |
| HSL | 357.14º | 0.27% | 0.46% | - |
| HSV(B) | 357.14º | 0.42% | 0.59% | - |
| XYZ | 17.83 | 14.04 | 11.44 | - |
| YUV | 106.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 90 | 0 | 0.42 | 0.4 | 0.41 | 357.14 | 0.27 | 0.46 |
| Hex | 96 | 57 | 5A | 0 | 2A | 28 | 29 | 165 | 1B | 2E |
| Octal | 226 | 127 | 132 | 0 | 52 | 50 | 51 | 545 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1011010 | 0 | 101010 | 101000 | 101001 | 101100101 | 11011 | 101110 |
Color Harmonies of #96575A
Complementary color
Monochromatic Colors of #96575A
Black with #96575A
Text Example
Text Example
White with #96575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96575A; }
p { color: rgb(150,87,90); }
H1.HeaderClassName
{
color: #96575A;
}
.AnyTagClassName
{
color: #96575A;
}
</style>
background-color css
<style>
a { background-color: #96575A; }
a { background-color: rgb(150,87,90); }
div.DivClassName
{
background-color: #96575A;
}
.BgClassName
{
background-color: #96575A;
}
</style>
border-color css
<style>
span { border-color: #96575A; }
span { border-color: rgb(150,87,90); }
td.TdClassName
{
border-color: #96575A;
}
.TagClassName
{
border-color: #96575A;
}
</style>