Shades of Bright Red #961136
Tints of Bright Red #961136
RGB
CMYK
RGB Variations
Color information
#961136 (or 0x961136) is known color: Bright Red. HEX triplet: 96, 11 and 36. RGB value is (150,17,54). Sum of RGB (Red+Green+Blue) = 150+17+54=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961136 is #69EEC9. Grayscale: #3C3C3C. Windows color (decimal): -6942410 or 3543446. OLE color: 3543446.
HSL color Cylindrical-coordinate representation of color #961136: hue angle of 343.31º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961136 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 54 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.41 |
| HSL | 343.31º | 0.8% | 0.33% | - |
| HSV(B) | 343.31º | 0.89% | 0.59% | - |
| XYZ | 13.44 | 7.15 | 4.16 | - |
| YUV | 60.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 54 | 0 | 0.89 | 0.64 | 0.41 | 343.31 | 0.8 | 0.33 |
| Hex | 96 | 11 | 36 | 0 | 59 | 40 | 29 | 157 | 50 | 21 |
| Octal | 226 | 21 | 66 | 0 | 131 | 100 | 51 | 527 | 120 | 41 |
| Binary | 10010110 | 10001 | 110110 | 0 | 1011001 | 1000000 | 101001 | 101010111 | 1010000 | 100001 |
Color Harmonies of #961136
Complementary color
Monochromatic Colors of #961136
Black with #961136
Text Example
Text Example
White with #961136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961136; }
p { color: rgb(150,17,54); }
H1.HeaderClassName
{
color: #961136;
}
.AnyTagClassName
{
color: #961136;
}
</style>
background-color css
<style>
a { background-color: #961136; }
a { background-color: rgb(150,17,54); }
div.DivClassName
{
background-color: #961136;
}
.BgClassName
{
background-color: #961136;
}
</style>
border-color css
<style>
span { border-color: #961136; }
span { border-color: rgb(150,17,54); }
td.TdClassName
{
border-color: #961136;
}
.TagClassName
{
border-color: #961136;
}
</style>