Shades of Bright Red #961937
Tints of Bright Red #961937
RGB
CMYK
RGB Variations
Color information
#961937 (or 0x961937) is known color: Bright Red. HEX triplet: 96, 19 and 37. RGB value is (150,25,55). Sum of RGB (Red+Green+Blue) = 150+25+55=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #961937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961937 is #69E6C8. Grayscale: #414141. Windows color (decimal): -6940361 or 3611030. OLE color: 3611030.
HSL color Cylindrical-coordinate representation of color #961937: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961937 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 55 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.41 |
| HSL | 345.6º | 0.71% | 0.34% | - |
| HSV(B) | 345.6º | 0.83% | 0.59% | - |
| XYZ | 13.61 | 7.46 | 4.34 | - |
| YUV | 65.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 55 | 0 | 0.83 | 0.63 | 0.41 | 345.6 | 0.71 | 0.34 |
| Hex | 96 | 19 | 37 | 0 | 53 | 3F | 29 | 15A | 47 | 22 |
| Octal | 226 | 31 | 67 | 0 | 123 | 77 | 51 | 532 | 107 | 42 |
| Binary | 10010110 | 11001 | 110111 | 0 | 1010011 | 111111 | 101001 | 101011010 | 1000111 | 100010 |
Color Harmonies of #961937
Complementary color
Monochromatic Colors of #961937
Black with #961937
Text Example
Text Example
White with #961937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961937; }
p { color: rgb(150,25,55); }
H1.HeaderClassName
{
color: #961937;
}
.AnyTagClassName
{
color: #961937;
}
</style>
background-color css
<style>
a { background-color: #961937; }
a { background-color: rgb(150,25,55); }
div.DivClassName
{
background-color: #961937;
}
.BgClassName
{
background-color: #961937;
}
</style>
border-color css
<style>
span { border-color: #961937; }
span { border-color: rgb(150,25,55); }
td.TdClassName
{
border-color: #961937;
}
.TagClassName
{
border-color: #961937;
}
</style>