Shades of Bright Red #961D39
Tints of Bright Red #961D39
RGB
CMYK
RGB Variations
Color information
#961D39 (or 0x961D39) is known color: Bright Red. HEX triplet: 96, 1D and 39. RGB value is (150,29,57). Sum of RGB (Red+Green+Blue) = 150+29+57=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #961D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D39 is #69E2C6. Grayscale: #444444. Windows color (decimal): -6939335 or 3743126. OLE color: 3743126.
HSL color Cylindrical-coordinate representation of color #961D39: hue angle of 346.12º 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 #961D39 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 57 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.41 |
| HSL | 346.12º | 0.68% | 0.35% | - |
| HSV(B) | 346.12º | 0.81% | 0.59% | - |
| XYZ | 13.76 | 7.66 | 4.62 | - |
| YUV | 68.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 57 | 0 | 0.81 | 0.62 | 0.41 | 346.12 | 0.68 | 0.35 |
| Hex | 96 | 1D | 39 | 0 | 51 | 3E | 29 | 15A | 44 | 23 |
| Octal | 226 | 35 | 71 | 0 | 121 | 76 | 51 | 532 | 104 | 43 |
| Binary | 10010110 | 11101 | 111001 | 0 | 1010001 | 111110 | 101001 | 101011010 | 1000100 | 100011 |
Color Harmonies of #961D39
Complementary color
Monochromatic Colors of #961D39
Black with #961D39
Text Example
Text Example
White with #961D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D39; }
p { color: rgb(150,29,57); }
H1.HeaderClassName
{
color: #961D39;
}
.AnyTagClassName
{
color: #961D39;
}
</style>
background-color css
<style>
a { background-color: #961D39; }
a { background-color: rgb(150,29,57); }
div.DivClassName
{
background-color: #961D39;
}
.BgClassName
{
background-color: #961D39;
}
</style>
border-color css
<style>
span { border-color: #961D39; }
span { border-color: rgb(150,29,57); }
td.TdClassName
{
border-color: #961D39;
}
.TagClassName
{
border-color: #961D39;
}
</style>