Shades of Rouge #983868
Tints of Rouge #983868
RGB
CMYK
RGB Variations
Color information
#983868 (or 0x983868) is known color: Rouge. HEX triplet: 98, 38 and 68. RGB value is (152,56,104). Sum of RGB (Red+Green+Blue) = 152+56+104=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #983868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983868 is #67C797. Grayscale: #5A5A5A. Windows color (decimal): -6801304 or 6830232. OLE color: 6830232.
HSL color Cylindrical-coordinate representation of color #983868: hue angle of 330º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983868 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 104 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.40 |
| HSL | 330º | 0.46% | 0.41% | - |
| HSV(B) | 330º | 0.63% | 0.6% | - |
| XYZ | 16.86 | 10.5 | 14.24 | - |
| YUV | 90.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 104 | 0 | 0.63 | 0.32 | 0.40 | 330 | 0.46 | 0.41 |
| Hex | 98 | 38 | 68 | 0 | 3F | 20 | 28 | 14A | 2E | 29 |
| Octal | 230 | 70 | 150 | 0 | 77 | 40 | 50 | 512 | 56 | 51 |
| Binary | 10011000 | 111000 | 1101000 | 0 | 111111 | 100000 | 101000 | 101001010 | 101110 | 101001 |
Color Harmonies of #983868
Complementary color
Monochromatic Colors of #983868
Black with #983868
Text Example
Text Example
White with #983868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983868; }
p { color: rgb(152,56,104); }
H1.HeaderClassName
{
color: #983868;
}
.AnyTagClassName
{
color: #983868;
}
</style>
background-color css
<style>
a { background-color: #983868; }
a { background-color: rgb(152,56,104); }
div.DivClassName
{
background-color: #983868;
}
.BgClassName
{
background-color: #983868;
}
</style>
border-color css
<style>
span { border-color: #983868; }
span { border-color: rgb(152,56,104); }
td.TdClassName
{
border-color: #983868;
}
.TagClassName
{
border-color: #983868;
}
</style>