Shades of Bright Red #981633
Tints of Bright Red #981633
RGB
CMYK
RGB Variations
Color information
#981633 (or 0x981633) is known color: Bright Red. HEX triplet: 98, 16 and 33. RGB value is (152,22,51). Sum of RGB (Red+Green+Blue) = 152+22+51=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #981633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981633 is #67E9CC. Grayscale: #404040. Windows color (decimal): -6810061 or 3348120. OLE color: 3348120.
HSL color Cylindrical-coordinate representation of color #981633: hue angle of 346.62º 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 #981633 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 51 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.40 |
| HSL | 346.62º | 0.75% | 0.34% | - |
| HSV(B) | 346.62º | 0.86% | 0.6% | - |
| XYZ | 13.83 | 7.49 | 3.85 | - |
| YUV | 64.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 51 | 0 | 0.86 | 0.66 | 0.40 | 346.62 | 0.75 | 0.34 |
| Hex | 98 | 16 | 33 | 0 | 56 | 42 | 28 | 15B | 4B | 22 |
| Octal | 230 | 26 | 63 | 0 | 126 | 102 | 50 | 533 | 113 | 42 |
| Binary | 10011000 | 10110 | 110011 | 0 | 1010110 | 1000010 | 101000 | 101011011 | 1001011 | 100010 |
Color Harmonies of #981633
Complementary color
Monochromatic Colors of #981633
Black with #981633
Text Example
Text Example
White with #981633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981633; }
p { color: rgb(152,22,51); }
H1.HeaderClassName
{
color: #981633;
}
.AnyTagClassName
{
color: #981633;
}
</style>
background-color css
<style>
a { background-color: #981633; }
a { background-color: rgb(152,22,51); }
div.DivClassName
{
background-color: #981633;
}
.BgClassName
{
background-color: #981633;
}
</style>
border-color css
<style>
span { border-color: #981633; }
span { border-color: rgb(152,22,51); }
td.TdClassName
{
border-color: #981633;
}
.TagClassName
{
border-color: #981633;
}
</style>