Shades of Bright Red #932131
Tints of Bright Red #932131
RGB
CMYK
RGB Variations
Color information
#932131 (or 0x932131) is known color: Bright Red. HEX triplet: 93, 21 and 31. RGB value is (147,33,49). Sum of RGB (Red+Green+Blue) = 147+33+49=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #932131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932131 is #6CDECE. Grayscale: #444444. Windows color (decimal): -7134927 or 3219859. OLE color: 3219859.
HSL color Cylindrical-coordinate representation of color #932131: hue angle of 351.58º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932131 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 49 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.42 |
| HSL | 351.58º | 0.63% | 0.35% | - |
| HSV(B) | 351.58º | 0.78% | 0.58% | - |
| XYZ | 13.13 | 7.51 | 3.66 | - |
| YUV | 68.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 49 | 0 | 0.78 | 0.67 | 0.42 | 351.58 | 0.63 | 0.35 |
| Hex | 93 | 21 | 31 | 0 | 4E | 43 | 2A | 160 | 3F | 23 |
| Octal | 223 | 41 | 61 | 0 | 116 | 103 | 52 | 540 | 77 | 43 |
| Binary | 10010011 | 100001 | 110001 | 0 | 1001110 | 1000011 | 101010 | 101100000 | 111111 | 100011 |
Color Harmonies of #932131
Complementary color
Monochromatic Colors of #932131
Black with #932131
Text Example
Text Example
White with #932131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932131; }
p { color: rgb(147,33,49); }
H1.HeaderClassName
{
color: #932131;
}
.AnyTagClassName
{
color: #932131;
}
</style>
background-color css
<style>
a { background-color: #932131; }
a { background-color: rgb(147,33,49); }
div.DivClassName
{
background-color: #932131;
}
.BgClassName
{
background-color: #932131;
}
</style>
border-color css
<style>
span { border-color: #932131; }
span { border-color: rgb(147,33,49); }
td.TdClassName
{
border-color: #932131;
}
.TagClassName
{
border-color: #932131;
}
</style>