Shades of Bright Red #992831
Tints of Bright Red #992831
RGB
CMYK
RGB Variations
Color information
#992831 (or 0x992831) is known color: Bright Red. HEX triplet: 99, 28 and 31. RGB value is (153,40,49). Sum of RGB (Red+Green+Blue) = 153+40+49=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992831 is #66D7CE. Grayscale: #4A4A4A. Windows color (decimal): -6739919 or 3221657. OLE color: 3221657.
HSL color Cylindrical-coordinate representation of color #992831: hue angle of 355.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992831 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 49 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.4 |
| HSL | 355.22º | 0.59% | 0.38% | - |
| HSV(B) | 355.22º | 0.74% | 0.6% | - |
| XYZ | 14.45 | 8.51 | 3.79 | - |
| YUV | 74.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 49 | 0 | 0.74 | 0.68 | 0.4 | 355.22 | 0.59 | 0.38 |
| Hex | 99 | 28 | 31 | 0 | 4A | 44 | 28 | 163 | 3B | 26 |
| Octal | 231 | 50 | 61 | 0 | 112 | 104 | 50 | 543 | 73 | 46 |
| Binary | 10011001 | 101000 | 110001 | 0 | 1001010 | 1000100 | 101000 | 101100011 | 111011 | 100110 |
Color Harmonies of #992831
Complementary color
Monochromatic Colors of #992831
Black with #992831
Text Example
Text Example
White with #992831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992831; }
p { color: rgb(153,40,49); }
H1.HeaderClassName
{
color: #992831;
}
.AnyTagClassName
{
color: #992831;
}
</style>
background-color css
<style>
a { background-color: #992831; }
a { background-color: rgb(153,40,49); }
div.DivClassName
{
background-color: #992831;
}
.BgClassName
{
background-color: #992831;
}
</style>
border-color css
<style>
span { border-color: #992831; }
span { border-color: rgb(153,40,49); }
td.TdClassName
{
border-color: #992831;
}
.TagClassName
{
border-color: #992831;
}
</style>