Shades of Rouge #983875
Tints of Rouge #983875
RGB
CMYK
RGB Variations
Color information
#983875 (or 0x983875) is known color: Rouge. HEX triplet: 98, 38 and 75. RGB value is (152,56,117). Sum of RGB (Red+Green+Blue) = 152+56+117=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #983875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983875 is #67C78A. Grayscale: #5B5B5B. Windows color (decimal): -6801291 or 7682200. OLE color: 7682200.
HSL color Cylindrical-coordinate representation of color #983875: hue angle of 321.88º 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 #983875 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 117 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.40 |
| HSL | 321.88º | 0.46% | 0.41% | - |
| HSV(B) | 321.88º | 0.63% | 0.6% | - |
| XYZ | 17.57 | 10.79 | 17.99 | - |
| YUV | 91.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 117 | 0 | 0.63 | 0.23 | 0.40 | 321.88 | 0.46 | 0.41 |
| Hex | 98 | 38 | 75 | 0 | 3F | 17 | 28 | 142 | 2E | 29 |
| Octal | 230 | 70 | 165 | 0 | 77 | 27 | 50 | 502 | 56 | 51 |
| Binary | 10011000 | 111000 | 1110101 | 0 | 111111 | 10111 | 101000 | 101000010 | 101110 | 101001 |
Color Harmonies of #983875
Complementary color
Monochromatic Colors of #983875
Black with #983875
Text Example
Text Example
White with #983875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983875; }
p { color: rgb(152,56,117); }
H1.HeaderClassName
{
color: #983875;
}
.AnyTagClassName
{
color: #983875;
}
</style>
background-color css
<style>
a { background-color: #983875; }
a { background-color: rgb(152,56,117); }
div.DivClassName
{
background-color: #983875;
}
.BgClassName
{
background-color: #983875;
}
</style>
border-color css
<style>
span { border-color: #983875; }
span { border-color: rgb(152,56,117); }
td.TdClassName
{
border-color: #983875;
}
.TagClassName
{
border-color: #983875;
}
</style>