Shades of Rouge #983672
Tints of Rouge #983672
RGB
CMYK
RGB Variations
Color information
#983672 (or 0x983672) is known color: Rouge. HEX triplet: 98, 36 and 72. RGB value is (152,54,114). Sum of RGB (Red+Green+Blue) = 152+54+114=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #983672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983672 is #67C98D. Grayscale: #5A5A5A. Windows color (decimal): -6801806 or 7485080. OLE color: 7485080.
HSL color Cylindrical-coordinate representation of color #983672: hue angle of 323.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983672 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 114 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.40 |
| HSL | 323.27º | 0.48% | 0.4% | - |
| HSV(B) | 323.27º | 0.64% | 0.6% | - |
| XYZ | 17.31 | 10.53 | 17.04 | - |
| YUV | 90.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 114 | 0 | 0.64 | 0.25 | 0.40 | 323.27 | 0.48 | 0.4 |
| Hex | 98 | 36 | 72 | 0 | 40 | 19 | 28 | 143 | 30 | 28 |
| Octal | 230 | 66 | 162 | 0 | 100 | 31 | 50 | 503 | 60 | 50 |
| Binary | 10011000 | 110110 | 1110010 | 0 | 1000000 | 11001 | 101000 | 101000011 | 110000 | 101000 |
Color Harmonies of #983672
Complementary color
Monochromatic Colors of #983672
Black with #983672
Text Example
Text Example
White with #983672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983672; }
p { color: rgb(152,54,114); }
H1.HeaderClassName
{
color: #983672;
}
.AnyTagClassName
{
color: #983672;
}
</style>
background-color css
<style>
a { background-color: #983672; }
a { background-color: rgb(152,54,114); }
div.DivClassName
{
background-color: #983672;
}
.BgClassName
{
background-color: #983672;
}
</style>
border-color css
<style>
span { border-color: #983672; }
span { border-color: rgb(152,54,114); }
td.TdClassName
{
border-color: #983672;
}
.TagClassName
{
border-color: #983672;
}
</style>