Shades of Bright Red #961F3B
Tints of Bright Red #961F3B
RGB
CMYK
RGB Variations
Color information
#961F3B (or 0x961F3B) is known color: Bright Red. HEX triplet: 96, 1F and 3B. RGB value is (150,31,59). Sum of RGB (Red+Green+Blue) = 150+31+59=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #961F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F3B is #69E0C4. Grayscale: #454545. Windows color (decimal): -6938821 or 3874710. OLE color: 3874710.
HSL color Cylindrical-coordinate representation of color #961F3B: hue angle of 345.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F3B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 59 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.41 |
| HSL | 345.88º | 0.66% | 0.35% | - |
| HSV(B) | 345.88º | 0.79% | 0.59% | - |
| XYZ | 13.86 | 7.78 | 4.91 | - |
| YUV | 69.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 59 | 0 | 0.79 | 0.61 | 0.41 | 345.88 | 0.66 | 0.35 |
| Hex | 96 | 1F | 3B | 0 | 4F | 3D | 29 | 15A | 42 | 23 |
| Octal | 226 | 37 | 73 | 0 | 117 | 75 | 51 | 532 | 102 | 43 |
| Binary | 10010110 | 11111 | 111011 | 0 | 1001111 | 111101 | 101001 | 101011010 | 1000010 | 100011 |
Color Harmonies of #961F3B
Complementary color
Monochromatic Colors of #961F3B
Black with #961F3B
Text Example
Text Example
White with #961F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F3B; }
p { color: rgb(150,31,59); }
H1.HeaderClassName
{
color: #961F3B;
}
.AnyTagClassName
{
color: #961F3B;
}
</style>
background-color css
<style>
a { background-color: #961F3B; }
a { background-color: rgb(150,31,59); }
div.DivClassName
{
background-color: #961F3B;
}
.BgClassName
{
background-color: #961F3B;
}
</style>
border-color css
<style>
span { border-color: #961F3B; }
span { border-color: rgb(150,31,59); }
td.TdClassName
{
border-color: #961F3B;
}
.TagClassName
{
border-color: #961F3B;
}
</style>