Shades of Bright Red #981532
Tints of Bright Red #981532
RGB
CMYK
RGB Variations
Color information
#981532 (or 0x981532) is known color: Bright Red. HEX triplet: 98, 15 and 32. RGB value is (152,21,50). Sum of RGB (Red+Green+Blue) = 152+21+50=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #981532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981532 is #67EACD. Grayscale: #3F3F3F. Windows color (decimal): -6810318 or 3282328. OLE color: 3282328.
HSL color Cylindrical-coordinate representation of color #981532: hue angle of 346.72º degrees, saturation: 0.76, 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 #981532 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 50 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.40 |
| HSL | 346.72º | 0.76% | 0.34% | - |
| HSV(B) | 346.72º | 0.86% | 0.6% | - |
| XYZ | 13.79 | 7.44 | 3.73 | - |
| YUV | 63.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 50 | 0 | 0.86 | 0.67 | 0.40 | 346.72 | 0.76 | 0.34 |
| Hex | 98 | 15 | 32 | 0 | 56 | 43 | 28 | 15B | 4C | 22 |
| Octal | 230 | 25 | 62 | 0 | 126 | 103 | 50 | 533 | 114 | 42 |
| Binary | 10011000 | 10101 | 110010 | 0 | 1010110 | 1000011 | 101000 | 101011011 | 1001100 | 100010 |
Color Harmonies of #981532
Complementary color
Monochromatic Colors of #981532
Black with #981532
Text Example
Text Example
White with #981532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981532; }
p { color: rgb(152,21,50); }
H1.HeaderClassName
{
color: #981532;
}
.AnyTagClassName
{
color: #981532;
}
</style>
background-color css
<style>
a { background-color: #981532; }
a { background-color: rgb(152,21,50); }
div.DivClassName
{
background-color: #981532;
}
.BgClassName
{
background-color: #981532;
}
</style>
border-color css
<style>
span { border-color: #981532; }
span { border-color: rgb(152,21,50); }
td.TdClassName
{
border-color: #981532;
}
.TagClassName
{
border-color: #981532;
}
</style>