Shades of Vin Rouge #985364
Tints of Vin Rouge #985364
RGB
CMYK
RGB Variations
Color information
#985364 (or 0x985364) is known color: Vin Rouge. HEX triplet: 98, 53 and 64. RGB value is (152,83,100). Sum of RGB (Red+Green+Blue) = 152+83+100=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985364 is #67AC9B. Grayscale: #696969. Windows color (decimal): -6794396 or 6575000. OLE color: 6575000.
HSL color Cylindrical-coordinate representation of color #985364: hue angle of 345.22º 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 #985364 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 100 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.40 |
| HSL | 345.22º | 0.29% | 0.46% | - |
| HSV(B) | 345.22º | 0.45% | 0.6% | - |
| XYZ | 18.34 | 13.78 | 13.75 | - |
| YUV | 105.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 100 | 0 | 0.45 | 0.34 | 0.40 | 345.22 | 0.29 | 0.46 |
| Hex | 98 | 53 | 64 | 0 | 2D | 22 | 28 | 159 | 1D | 2E |
| Octal | 230 | 123 | 144 | 0 | 55 | 42 | 50 | 531 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1100100 | 0 | 101101 | 100010 | 101000 | 101011001 | 11101 | 101110 |
Color Harmonies of #985364
Complementary color
Monochromatic Colors of #985364
Black with #985364
Text Example
Text Example
White with #985364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985364; }
p { color: rgb(152,83,100); }
H1.HeaderClassName
{
color: #985364;
}
.AnyTagClassName
{
color: #985364;
}
</style>
background-color css
<style>
a { background-color: #985364; }
a { background-color: rgb(152,83,100); }
div.DivClassName
{
background-color: #985364;
}
.BgClassName
{
background-color: #985364;
}
</style>
border-color css
<style>
span { border-color: #985364; }
span { border-color: rgb(152,83,100); }
td.TdClassName
{
border-color: #985364;
}
.TagClassName
{
border-color: #985364;
}
</style>