Shades of Rouge #98366A
Tints of Rouge #98366A
RGB
CMYK
RGB Variations
Color information
#98366A (or 0x98366A) is known color: Rouge. HEX triplet: 98, 36 and 6A. RGB value is (152,54,106). Sum of RGB (Red+Green+Blue) = 152+54+106=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98366A is #67C995. Grayscale: #595959. Windows color (decimal): -6801814 or 6960792. OLE color: 6960792.
HSL color Cylindrical-coordinate representation of color #98366A: hue angle of 328.16º 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 #98366A is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 106 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.40 |
| HSL | 328.16º | 0.48% | 0.4% | - |
| HSV(B) | 328.16º | 0.64% | 0.6% | - |
| XYZ | 16.87 | 10.35 | 14.75 | - |
| YUV | 89.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 106 | 0 | 0.64 | 0.30 | 0.40 | 328.16 | 0.48 | 0.4 |
| Hex | 98 | 36 | 6A | 0 | 40 | 1E | 28 | 148 | 30 | 28 |
| Octal | 230 | 66 | 152 | 0 | 100 | 36 | 50 | 510 | 60 | 50 |
| Binary | 10011000 | 110110 | 1101010 | 0 | 1000000 | 11110 | 101000 | 101001000 | 110000 | 101000 |
Color Harmonies of #98366A
Complementary color
Monochromatic Colors of #98366A
Black with #98366A
Text Example
Text Example
White with #98366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98366A; }
p { color: rgb(152,54,106); }
H1.HeaderClassName
{
color: #98366A;
}
.AnyTagClassName
{
color: #98366A;
}
</style>
background-color css
<style>
a { background-color: #98366A; }
a { background-color: rgb(152,54,106); }
div.DivClassName
{
background-color: #98366A;
}
.BgClassName
{
background-color: #98366A;
}
</style>
border-color css
<style>
span { border-color: #98366A; }
span { border-color: rgb(152,54,106); }
td.TdClassName
{
border-color: #98366A;
}
.TagClassName
{
border-color: #98366A;
}
</style>