Shades of Bright Red #981639
Tints of Bright Red #981639
RGB
CMYK
RGB Variations
Color information
#981639 (or 0x981639) is known color: Bright Red. HEX triplet: 98, 16 and 39. RGB value is (152,22,57). Sum of RGB (Red+Green+Blue) = 152+22+57=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #981639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981639 is #67E9C6. Grayscale: #404040. Windows color (decimal): -6810055 or 3741336. OLE color: 3741336.
HSL color Cylindrical-coordinate representation of color #981639: hue angle of 343.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981639 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 57 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.40 |
| HSL | 343.85º | 0.75% | 0.34% | - |
| HSV(B) | 343.85º | 0.86% | 0.6% | - |
| XYZ | 13.97 | 7.54 | 4.59 | - |
| YUV | 64.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 57 | 0 | 0.86 | 0.62 | 0.40 | 343.85 | 0.75 | 0.34 |
| Hex | 98 | 16 | 39 | 0 | 56 | 3E | 28 | 158 | 4B | 22 |
| Octal | 230 | 26 | 71 | 0 | 126 | 76 | 50 | 530 | 113 | 42 |
| Binary | 10011000 | 10110 | 111001 | 0 | 1010110 | 111110 | 101000 | 101011000 | 1001011 | 100010 |
Color Harmonies of #981639
Complementary color
Monochromatic Colors of #981639
Black with #981639
Text Example
Text Example
White with #981639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981639; }
p { color: rgb(152,22,57); }
H1.HeaderClassName
{
color: #981639;
}
.AnyTagClassName
{
color: #981639;
}
</style>
background-color css
<style>
a { background-color: #981639; }
a { background-color: rgb(152,22,57); }
div.DivClassName
{
background-color: #981639;
}
.BgClassName
{
background-color: #981639;
}
</style>
border-color css
<style>
span { border-color: #981639; }
span { border-color: rgb(152,22,57); }
td.TdClassName
{
border-color: #981639;
}
.TagClassName
{
border-color: #981639;
}
</style>