Shades of Vin Rouge #985358
Tints of Vin Rouge #985358
RGB
CMYK
RGB Variations
Color information
#985358 (or 0x985358) is known color: Vin Rouge. HEX triplet: 98, 53 and 58. RGB value is (152,83,88). Sum of RGB (Red+Green+Blue) = 152+83+88=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985358 is #67ACA7. Grayscale: #686868. Windows color (decimal): -6794408 or 5788568. OLE color: 5788568.
HSL color Cylindrical-coordinate representation of color #985358: hue angle of 355.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985358 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 88 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.40 |
| HSL | 355.65º | 0.29% | 0.46% | - |
| HSV(B) | 355.65º | 0.45% | 0.6% | - |
| XYZ | 17.8 | 13.57 | 10.91 | - |
| YUV | 104.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 88 | 0 | 0.45 | 0.42 | 0.40 | 355.65 | 0.29 | 0.46 |
| Hex | 98 | 53 | 58 | 0 | 2D | 2A | 28 | 164 | 1D | 2E |
| Octal | 230 | 123 | 130 | 0 | 55 | 52 | 50 | 544 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1011000 | 0 | 101101 | 101010 | 101000 | 101100100 | 11101 | 101110 |
Color Harmonies of #985358
Complementary color
Monochromatic Colors of #985358
Black with #985358
Text Example
Text Example
White with #985358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985358; }
p { color: rgb(152,83,88); }
H1.HeaderClassName
{
color: #985358;
}
.AnyTagClassName
{
color: #985358;
}
</style>
background-color css
<style>
a { background-color: #985358; }
a { background-color: rgb(152,83,88); }
div.DivClassName
{
background-color: #985358;
}
.BgClassName
{
background-color: #985358;
}
</style>
border-color css
<style>
span { border-color: #985358; }
span { border-color: rgb(152,83,88); }
td.TdClassName
{
border-color: #985358;
}
.TagClassName
{
border-color: #985358;
}
</style>