Shades of Bright Red #991736
Tints of Bright Red #991736
RGB
CMYK
RGB Variations
Color information
#991736 (or 0x991736) is known color: Bright Red. HEX triplet: 99, 17 and 36. RGB value is (153,23,54). Sum of RGB (Red+Green+Blue) = 153+23+54=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #991736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991736 is #66E8C9. Grayscale: #414141. Windows color (decimal): -6744266 or 3544985. OLE color: 3544985.
HSL color Cylindrical-coordinate representation of color #991736: hue angle of 345.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991736 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 54 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.4 |
| HSL | 345.69º | 0.74% | 0.35% | - |
| HSV(B) | 345.69º | 0.85% | 0.6% | - |
| XYZ | 14.11 | 7.65 | 4.22 | - |
| YUV | 65.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 54 | 0 | 0.85 | 0.65 | 0.4 | 345.69 | 0.74 | 0.35 |
| Hex | 99 | 17 | 36 | 0 | 55 | 41 | 28 | 15A | 4A | 23 |
| Octal | 231 | 27 | 66 | 0 | 125 | 101 | 50 | 532 | 112 | 43 |
| Binary | 10011001 | 10111 | 110110 | 0 | 1010101 | 1000001 | 101000 | 101011010 | 1001010 | 100011 |
Color Harmonies of #991736
Complementary color
Monochromatic Colors of #991736
Black with #991736
Text Example
Text Example
White with #991736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991736; }
p { color: rgb(153,23,54); }
H1.HeaderClassName
{
color: #991736;
}
.AnyTagClassName
{
color: #991736;
}
</style>
background-color css
<style>
a { background-color: #991736; }
a { background-color: rgb(153,23,54); }
div.DivClassName
{
background-color: #991736;
}
.BgClassName
{
background-color: #991736;
}
</style>
border-color css
<style>
span { border-color: #991736; }
span { border-color: rgb(153,23,54); }
td.TdClassName
{
border-color: #991736;
}
.TagClassName
{
border-color: #991736;
}
</style>