Shades of Bright Red #961735
Tints of Bright Red #961735
RGB
CMYK
RGB Variations
Color information
#961735 (or 0x961735) is known color: Bright Red. HEX triplet: 96, 17 and 35. RGB value is (150,23,53). Sum of RGB (Red+Green+Blue) = 150+23+53=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #961735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961735 is #69E8CA. Grayscale: #404040. Windows color (decimal): -6940875 or 3479446. OLE color: 3479446.
HSL color Cylindrical-coordinate representation of color #961735: hue angle of 345.83º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961735 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 53 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.41 |
| HSL | 345.83º | 0.73% | 0.34% | - |
| HSV(B) | 345.83º | 0.85% | 0.59% | - |
| XYZ | 13.53 | 7.35 | 4.07 | - |
| YUV | 64.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 53 | 0 | 0.85 | 0.65 | 0.41 | 345.83 | 0.73 | 0.34 |
| Hex | 96 | 17 | 35 | 0 | 55 | 41 | 29 | 15A | 49 | 22 |
| Octal | 226 | 27 | 65 | 0 | 125 | 101 | 51 | 532 | 111 | 42 |
| Binary | 10010110 | 10111 | 110101 | 0 | 1010101 | 1000001 | 101001 | 101011010 | 1001001 | 100010 |
Color Harmonies of #961735
Complementary color
Monochromatic Colors of #961735
Black with #961735
Text Example
Text Example
White with #961735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961735; }
p { color: rgb(150,23,53); }
H1.HeaderClassName
{
color: #961735;
}
.AnyTagClassName
{
color: #961735;
}
</style>
background-color css
<style>
a { background-color: #961735; }
a { background-color: rgb(150,23,53); }
div.DivClassName
{
background-color: #961735;
}
.BgClassName
{
background-color: #961735;
}
</style>
border-color css
<style>
span { border-color: #961735; }
span { border-color: rgb(150,23,53); }
td.TdClassName
{
border-color: #961735;
}
.TagClassName
{
border-color: #961735;
}
</style>