Shades of Bright Red #912131
Tints of Bright Red #912131
RGB
CMYK
RGB Variations
Color information
#912131 (or 0x912131) is known color: Bright Red. HEX triplet: 91, 21 and 31. RGB value is (145,33,49). Sum of RGB (Red+Green+Blue) = 145+33+49=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #912131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912131 is #6EDECE. Grayscale: #444444. Windows color (decimal): -7265999 or 3219857. OLE color: 3219857.
HSL color Cylindrical-coordinate representation of color #912131: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912131 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 49 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.43 |
| HSL | 351.43º | 0.63% | 0.35% | - |
| HSV(B) | 351.43º | 0.77% | 0.57% | - |
| XYZ | 12.78 | 7.33 | 3.65 | - |
| YUV | 68.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 49 | 0 | 0.77 | 0.66 | 0.43 | 351.43 | 0.63 | 0.35 |
| Hex | 91 | 21 | 31 | 0 | 4D | 42 | 2B | 15F | 3F | 23 |
| Octal | 221 | 41 | 61 | 0 | 115 | 102 | 53 | 537 | 77 | 43 |
| Binary | 10010001 | 100001 | 110001 | 0 | 1001101 | 1000010 | 101011 | 101011111 | 111111 | 100011 |
Color Harmonies of #912131
Complementary color
Monochromatic Colors of #912131
Black with #912131
Text Example
Text Example
White with #912131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912131; }
p { color: rgb(145,33,49); }
H1.HeaderClassName
{
color: #912131;
}
.AnyTagClassName
{
color: #912131;
}
</style>
background-color css
<style>
a { background-color: #912131; }
a { background-color: rgb(145,33,49); }
div.DivClassName
{
background-color: #912131;
}
.BgClassName
{
background-color: #912131;
}
</style>
border-color css
<style>
span { border-color: #912131; }
span { border-color: rgb(145,33,49); }
td.TdClassName
{
border-color: #912131;
}
.TagClassName
{
border-color: #912131;
}
</style>