Shades of Bright Red #981B39
Tints of Bright Red #981B39
RGB
CMYK
RGB Variations
Color information
#981B39 (or 0x981B39) is known color: Bright Red. HEX triplet: 98, 1B and 39. RGB value is (152,27,57). Sum of RGB (Red+Green+Blue) = 152+27+57=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #981B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981B39 is #67E4C6. Grayscale: #434343. Windows color (decimal): -6808775 or 3742616. OLE color: 3742616.
HSL color Cylindrical-coordinate representation of color #981B39: hue angle of 345.6º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B39 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 57 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.40 |
| HSL | 345.6º | 0.7% | 0.35% | - |
| HSV(B) | 345.6º | 0.82% | 0.6% | - |
| XYZ | 14.08 | 7.75 | 4.63 | - |
| YUV | 67.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 57 | 0 | 0.82 | 0.62 | 0.40 | 345.6 | 0.7 | 0.35 |
| Hex | 98 | 1B | 39 | 0 | 52 | 3E | 28 | 15A | 46 | 23 |
| Octal | 230 | 33 | 71 | 0 | 122 | 76 | 50 | 532 | 106 | 43 |
| Binary | 10011000 | 11011 | 111001 | 0 | 1010010 | 111110 | 101000 | 101011010 | 1000110 | 100011 |
Color Harmonies of #981B39
Complementary color
Monochromatic Colors of #981B39
Black with #981B39
Text Example
Text Example
White with #981B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B39; }
p { color: rgb(152,27,57); }
H1.HeaderClassName
{
color: #981B39;
}
.AnyTagClassName
{
color: #981B39;
}
</style>
background-color css
<style>
a { background-color: #981B39; }
a { background-color: rgb(152,27,57); }
div.DivClassName
{
background-color: #981B39;
}
.BgClassName
{
background-color: #981B39;
}
</style>
border-color css
<style>
span { border-color: #981B39; }
span { border-color: rgb(152,27,57); }
td.TdClassName
{
border-color: #981B39;
}
.TagClassName
{
border-color: #981B39;
}
</style>