Shades of Vin Rouge #96525C
Tints of Vin Rouge #96525C
RGB
CMYK
RGB Variations
Color information
#96525C (or 0x96525C) is known color: Vin Rouge. HEX triplet: 96, 52 and 5C. RGB value is (150,82,92). Sum of RGB (Red+Green+Blue) = 150+82+92=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96525C is #69ADA3. Grayscale: #676767. Windows color (decimal): -6925732 or 6050454. OLE color: 6050454.
HSL color Cylindrical-coordinate representation of color #96525C: hue angle of 351.18º 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 #96525C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 92 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.41 |
| HSL | 351.18º | 0.29% | 0.45% | - |
| HSV(B) | 351.18º | 0.45% | 0.59% | - |
| XYZ | 17.53 | 13.29 | 11.77 | - |
| YUV | 103.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 92 | 0 | 0.45 | 0.39 | 0.41 | 351.18 | 0.29 | 0.45 |
| Hex | 96 | 52 | 5C | 0 | 2D | 27 | 29 | 15F | 1D | 2D |
| Octal | 226 | 122 | 134 | 0 | 55 | 47 | 51 | 537 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1011100 | 0 | 101101 | 100111 | 101001 | 101011111 | 11101 | 101101 |
Color Harmonies of #96525C
Complementary color
Monochromatic Colors of #96525C
Black with #96525C
Text Example
Text Example
White with #96525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96525C; }
p { color: rgb(150,82,92); }
H1.HeaderClassName
{
color: #96525C;
}
.AnyTagClassName
{
color: #96525C;
}
</style>
background-color css
<style>
a { background-color: #96525C; }
a { background-color: rgb(150,82,92); }
div.DivClassName
{
background-color: #96525C;
}
.BgClassName
{
background-color: #96525C;
}
</style>
border-color css
<style>
span { border-color: #96525C; }
span { border-color: rgb(150,82,92); }
td.TdClassName
{
border-color: #96525C;
}
.TagClassName
{
border-color: #96525C;
}
</style>