Shades of Rouge #983768
Tints of Rouge #983768
RGB
CMYK
RGB Variations
Color information
#983768 (or 0x983768) is known color: Rouge. HEX triplet: 98, 37 and 68. RGB value is (152,55,104). Sum of RGB (Red+Green+Blue) = 152+55+104=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #983768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983768 is #67C897. Grayscale: #595959. Windows color (decimal): -6801560 or 6829976. OLE color: 6829976.
HSL color Cylindrical-coordinate representation of color #983768: hue angle of 329.69º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983768 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 104 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.40 |
| HSL | 329.69º | 0.47% | 0.41% | - |
| HSV(B) | 329.69º | 0.64% | 0.6% | - |
| XYZ | 16.81 | 10.41 | 14.22 | - |
| YUV | 89.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 104 | 0 | 0.64 | 0.32 | 0.40 | 329.69 | 0.47 | 0.41 |
| Hex | 98 | 37 | 68 | 0 | 40 | 20 | 28 | 14A | 2F | 29 |
| Octal | 230 | 67 | 150 | 0 | 100 | 40 | 50 | 512 | 57 | 51 |
| Binary | 10011000 | 110111 | 1101000 | 0 | 1000000 | 100000 | 101000 | 101001010 | 101111 | 101001 |
Color Harmonies of #983768
Complementary color
Monochromatic Colors of #983768
Black with #983768
Text Example
Text Example
White with #983768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983768; }
p { color: rgb(152,55,104); }
H1.HeaderClassName
{
color: #983768;
}
.AnyTagClassName
{
color: #983768;
}
</style>
background-color css
<style>
a { background-color: #983768; }
a { background-color: rgb(152,55,104); }
div.DivClassName
{
background-color: #983768;
}
.BgClassName
{
background-color: #983768;
}
</style>
border-color css
<style>
span { border-color: #983768; }
span { border-color: rgb(152,55,104); }
td.TdClassName
{
border-color: #983768;
}
.TagClassName
{
border-color: #983768;
}
</style>