Shades of Vin Rouge #98525E
Tints of Vin Rouge #98525E
RGB
CMYK
RGB Variations
Color information
#98525E (or 0x98525E) is known color: Vin Rouge. HEX triplet: 98, 52 and 5E. RGB value is (152,82,94). Sum of RGB (Red+Green+Blue) = 152+82+94=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98525E is #67ADA1. Grayscale: #686868. Windows color (decimal): -6794658 or 6181528. OLE color: 6181528.
HSL color Cylindrical-coordinate representation of color #98525E: hue angle of 349.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98525E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 94 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.40 |
| HSL | 349.71º | 0.3% | 0.46% | - |
| HSV(B) | 349.71º | 0.46% | 0.6% | - |
| XYZ | 17.99 | 13.52 | 12.25 | - |
| YUV | 104.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 94 | 0 | 0.46 | 0.38 | 0.40 | 349.71 | 0.3 | 0.46 |
| Hex | 98 | 52 | 5E | 0 | 2E | 26 | 28 | 15E | 1E | 2E |
| Octal | 230 | 122 | 136 | 0 | 56 | 46 | 50 | 536 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1011110 | 0 | 101110 | 100110 | 101000 | 101011110 | 11110 | 101110 |
Color Harmonies of #98525E
Complementary color
Monochromatic Colors of #98525E
Black with #98525E
Text Example
Text Example
White with #98525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98525E; }
p { color: rgb(152,82,94); }
H1.HeaderClassName
{
color: #98525E;
}
.AnyTagClassName
{
color: #98525E;
}
</style>
background-color css
<style>
a { background-color: #98525E; }
a { background-color: rgb(152,82,94); }
div.DivClassName
{
background-color: #98525E;
}
.BgClassName
{
background-color: #98525E;
}
</style>
border-color css
<style>
span { border-color: #98525E; }
span { border-color: rgb(152,82,94); }
td.TdClassName
{
border-color: #98525E;
}
.TagClassName
{
border-color: #98525E;
}
</style>