Shades of Bright Red #961926
Tints of Bright Red #961926
RGB
CMYK
RGB Variations
Color information
#961926 (or 0x961926) is known color: Bright Red. HEX triplet: 96, 19 and 26. RGB value is (150,25,38). Sum of RGB (Red+Green+Blue) = 150+25+38=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #961926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961926 is #69E6D9. Grayscale: #3F3F3F. Windows color (decimal): -6940378 or 2496918. OLE color: 2496918.
HSL color Cylindrical-coordinate representation of color #961926: hue angle of 353.76º 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 #961926 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 38 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.41 |
| HSL | 353.76º | 0.71% | 0.34% | - |
| HSV(B) | 353.76º | 0.83% | 0.59% | - |
| XYZ | 13.28 | 7.32 | 2.55 | - |
| YUV | 63.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 38 | 0 | 0.83 | 0.75 | 0.41 | 353.76 | 0.71 | 0.34 |
| Hex | 96 | 19 | 26 | 0 | 53 | 4B | 29 | 162 | 47 | 22 |
| Octal | 226 | 31 | 46 | 0 | 123 | 113 | 51 | 542 | 107 | 42 |
| Binary | 10010110 | 11001 | 100110 | 0 | 1010011 | 1001011 | 101001 | 101100010 | 1000111 | 100010 |
Color Harmonies of #961926
Complementary color
Monochromatic Colors of #961926
Black with #961926
Text Example
Text Example
White with #961926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961926; }
p { color: rgb(150,25,38); }
H1.HeaderClassName
{
color: #961926;
}
.AnyTagClassName
{
color: #961926;
}
</style>
background-color css
<style>
a { background-color: #961926; }
a { background-color: rgb(150,25,38); }
div.DivClassName
{
background-color: #961926;
}
.BgClassName
{
background-color: #961926;
}
</style>
border-color css
<style>
span { border-color: #961926; }
span { border-color: rgb(150,25,38); }
td.TdClassName
{
border-color: #961926;
}
.TagClassName
{
border-color: #961926;
}
</style>