Shades of Rouge #98386B
Tints of Rouge #98386B
RGB
CMYK
RGB Variations
Color information
#98386B (or 0x98386B) is known color: Rouge. HEX triplet: 98, 38 and 6B. RGB value is (152,56,107). Sum of RGB (Red+Green+Blue) = 152+56+107=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386B is #67C794. Grayscale: #5A5A5A. Windows color (decimal): -6801301 or 7026840. OLE color: 7026840.
HSL color Cylindrical-coordinate representation of color #98386B: hue angle of 328.12º 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 #98386B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 107 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.40 |
| HSL | 328.13º | 0.46% | 0.41% | - |
| HSV(B) | 328.13º | 0.63% | 0.6% | - |
| XYZ | 17.02 | 10.57 | 15.05 | - |
| YUV | 90.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 107 | 0 | 0.63 | 0.30 | 0.40 | 328.13 | 0.46 | 0.41 |
| Hex | 98 | 38 | 6B | 0 | 3F | 1E | 28 | 148 | 2E | 29 |
| Octal | 230 | 70 | 153 | 0 | 77 | 36 | 50 | 510 | 56 | 51 |
| Binary | 10011000 | 111000 | 1101011 | 0 | 111111 | 11110 | 101000 | 101001000 | 101110 | 101001 |
Color Harmonies of #98386B
Complementary color
Monochromatic Colors of #98386B
Black with #98386B
Text Example
Text Example
White with #98386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98386B; }
p { color: rgb(152,56,107); }
H1.HeaderClassName
{
color: #98386B;
}
.AnyTagClassName
{
color: #98386B;
}
</style>
background-color css
<style>
a { background-color: #98386B; }
a { background-color: rgb(152,56,107); }
div.DivClassName
{
background-color: #98386B;
}
.BgClassName
{
background-color: #98386B;
}
</style>
border-color css
<style>
span { border-color: #98386B; }
span { border-color: rgb(152,56,107); }
td.TdClassName
{
border-color: #98386B;
}
.TagClassName
{
border-color: #98386B;
}
</style>