Shades of Vin Rouge #985268
Tints of Vin Rouge #985268
RGB
CMYK
RGB Variations
Color information
#985268 (or 0x985268) is known color: Vin Rouge. HEX triplet: 98, 52 and 68. RGB value is (152,82,104). Sum of RGB (Red+Green+Blue) = 152+82+104=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #985268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985268 is #67AD97. Grayscale: #696969. Windows color (decimal): -6794648 or 6836888. OLE color: 6836888.
HSL color Cylindrical-coordinate representation of color #985268: hue angle of 341.14º 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 #985268 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 104 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.40 |
| HSL | 341.14º | 0.3% | 0.46% | - |
| HSV(B) | 341.14º | 0.46% | 0.6% | - |
| XYZ | 18.46 | 13.71 | 14.77 | - |
| YUV | 105.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 104 | 0 | 0.46 | 0.32 | 0.40 | 341.14 | 0.3 | 0.46 |
| Hex | 98 | 52 | 68 | 0 | 2E | 20 | 28 | 155 | 1E | 2E |
| Octal | 230 | 122 | 150 | 0 | 56 | 40 | 50 | 525 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1101000 | 0 | 101110 | 100000 | 101000 | 101010101 | 11110 | 101110 |
Color Harmonies of #985268
Complementary color
Monochromatic Colors of #985268
Black with #985268
Text Example
Text Example
White with #985268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985268; }
p { color: rgb(152,82,104); }
H1.HeaderClassName
{
color: #985268;
}
.AnyTagClassName
{
color: #985268;
}
</style>
background-color css
<style>
a { background-color: #985268; }
a { background-color: rgb(152,82,104); }
div.DivClassName
{
background-color: #985268;
}
.BgClassName
{
background-color: #985268;
}
</style>
border-color css
<style>
span { border-color: #985268; }
span { border-color: rgb(152,82,104); }
td.TdClassName
{
border-color: #985268;
}
.TagClassName
{
border-color: #985268;
}
</style>