Shades of Bright Red #961D3A
Tints of Bright Red #961D3A
RGB
CMYK
RGB Variations
Color information
#961D3A (or 0x961D3A) is known color: Bright Red. HEX triplet: 96, 1D and 3A. RGB value is (150,29,58). Sum of RGB (Red+Green+Blue) = 150+29+58=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D3A is #69E2C5. Grayscale: #444444. Windows color (decimal): -6939334 or 3808662. OLE color: 3808662.
HSL color Cylindrical-coordinate representation of color #961D3A: hue angle of 345.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D3A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 58 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.41 |
| HSL | 345.62º | 0.68% | 0.35% | - |
| HSV(B) | 345.62º | 0.81% | 0.59% | - |
| XYZ | 13.78 | 7.67 | 4.76 | - |
| YUV | 68.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 58 | 0 | 0.81 | 0.61 | 0.41 | 345.62 | 0.68 | 0.35 |
| Hex | 96 | 1D | 3A | 0 | 51 | 3D | 29 | 15A | 44 | 23 |
| Octal | 226 | 35 | 72 | 0 | 121 | 75 | 51 | 532 | 104 | 43 |
| Binary | 10010110 | 11101 | 111010 | 0 | 1010001 | 111101 | 101001 | 101011010 | 1000100 | 100011 |
Color Harmonies of #961D3A
Complementary color
Monochromatic Colors of #961D3A
Black with #961D3A
Text Example
Text Example
White with #961D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D3A; }
p { color: rgb(150,29,58); }
H1.HeaderClassName
{
color: #961D3A;
}
.AnyTagClassName
{
color: #961D3A;
}
</style>
background-color css
<style>
a { background-color: #961D3A; }
a { background-color: rgb(150,29,58); }
div.DivClassName
{
background-color: #961D3A;
}
.BgClassName
{
background-color: #961D3A;
}
</style>
border-color css
<style>
span { border-color: #961D3A; }
span { border-color: rgb(150,29,58); }
td.TdClassName
{
border-color: #961D3A;
}
.TagClassName
{
border-color: #961D3A;
}
</style>