Shades of Bright Red #982832
Tints of Bright Red #982832
RGB
CMYK
RGB Variations
Color information
#982832 (or 0x982832) is known color: Bright Red. HEX triplet: 98, 28 and 32. RGB value is (152,40,50). Sum of RGB (Red+Green+Blue) = 152+40+50=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982832 is #67D7CD. Grayscale: #4A4A4A. Windows color (decimal): -6805454 or 3287192. OLE color: 3287192.
HSL color Cylindrical-coordinate representation of color #982832: hue angle of 354.64º degrees, saturation: 0.58, 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 #982832 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 50 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.40 |
| HSL | 354.64º | 0.58% | 0.38% | - |
| HSV(B) | 354.64º | 0.74% | 0.6% | - |
| XYZ | 14.28 | 8.42 | 3.89 | - |
| YUV | 74.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 50 | 0 | 0.74 | 0.67 | 0.40 | 354.64 | 0.58 | 0.38 |
| Hex | 98 | 28 | 32 | 0 | 4A | 43 | 28 | 163 | 3A | 26 |
| Octal | 230 | 50 | 62 | 0 | 112 | 103 | 50 | 543 | 72 | 46 |
| Binary | 10011000 | 101000 | 110010 | 0 | 1001010 | 1000011 | 101000 | 101100011 | 111010 | 100110 |
Color Harmonies of #982832
Complementary color
Monochromatic Colors of #982832
Black with #982832
Text Example
Text Example
White with #982832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982832; }
p { color: rgb(152,40,50); }
H1.HeaderClassName
{
color: #982832;
}
.AnyTagClassName
{
color: #982832;
}
</style>
background-color css
<style>
a { background-color: #982832; }
a { background-color: rgb(152,40,50); }
div.DivClassName
{
background-color: #982832;
}
.BgClassName
{
background-color: #982832;
}
</style>
border-color css
<style>
span { border-color: #982832; }
span { border-color: rgb(152,40,50); }
td.TdClassName
{
border-color: #982832;
}
.TagClassName
{
border-color: #982832;
}
</style>