Shades of Vin Rouge #96525B
Tints of Vin Rouge #96525B
RGB
CMYK
RGB Variations
Color information
#96525B (or 0x96525B) is known color: Vin Rouge. HEX triplet: 96, 52 and 5B. RGB value is (150,82,91). Sum of RGB (Red+Green+Blue) = 150+82+91=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96525B is #69ADA4. Grayscale: #676767. Windows color (decimal): -6925733 or 5984918. OLE color: 5984918.
HSL color Cylindrical-coordinate representation of color #96525B: hue angle of 352.06º 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 #96525B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 91 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.41 |
| HSL | 352.06º | 0.29% | 0.45% | - |
| HSV(B) | 352.06º | 0.45% | 0.59% | - |
| XYZ | 17.48 | 13.27 | 11.54 | - |
| YUV | 103.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 91 | 0 | 0.45 | 0.39 | 0.41 | 352.06 | 0.29 | 0.45 |
| Hex | 96 | 52 | 5B | 0 | 2D | 27 | 29 | 160 | 1D | 2D |
| Octal | 226 | 122 | 133 | 0 | 55 | 47 | 51 | 540 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1011011 | 0 | 101101 | 100111 | 101001 | 101100000 | 11101 | 101101 |
Color Harmonies of #96525B
Complementary color
Monochromatic Colors of #96525B
Black with #96525B
Text Example
Text Example
White with #96525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96525B; }
p { color: rgb(150,82,91); }
H1.HeaderClassName
{
color: #96525B;
}
.AnyTagClassName
{
color: #96525B;
}
</style>
background-color css
<style>
a { background-color: #96525B; }
a { background-color: rgb(150,82,91); }
div.DivClassName
{
background-color: #96525B;
}
.BgClassName
{
background-color: #96525B;
}
</style>
border-color css
<style>
span { border-color: #96525B; }
span { border-color: rgb(150,82,91); }
td.TdClassName
{
border-color: #96525B;
}
.TagClassName
{
border-color: #96525B;
}
</style>