Shades of Bright Red #961730
Tints of Bright Red #961730
RGB
CMYK
RGB Variations
Color information
#961730 (or 0x961730) is known color: Bright Red. HEX triplet: 96, 17 and 30. RGB value is (150,23,48). Sum of RGB (Red+Green+Blue) = 150+23+48=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961730 is #69E8CF. Grayscale: #3F3F3F. Windows color (decimal): -6940880 or 3151766. OLE color: 3151766.
HSL color Cylindrical-coordinate representation of color #961730: hue angle of 348.19º 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 #961730 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 48 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.41 |
| HSL | 348.19º | 0.73% | 0.34% | - |
| HSV(B) | 348.19º | 0.85% | 0.59% | - |
| XYZ | 13.42 | 7.31 | 3.5 | - |
| YUV | 63.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 48 | 0 | 0.85 | 0.68 | 0.41 | 348.19 | 0.73 | 0.34 |
| Hex | 96 | 17 | 30 | 0 | 55 | 44 | 29 | 15C | 49 | 22 |
| Octal | 226 | 27 | 60 | 0 | 125 | 104 | 51 | 534 | 111 | 42 |
| Binary | 10010110 | 10111 | 110000 | 0 | 1010101 | 1000100 | 101001 | 101011100 | 1001001 | 100010 |
Color Harmonies of #961730
Complementary color
Monochromatic Colors of #961730
Black with #961730
Text Example
Text Example
White with #961730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961730; }
p { color: rgb(150,23,48); }
H1.HeaderClassName
{
color: #961730;
}
.AnyTagClassName
{
color: #961730;
}
</style>
background-color css
<style>
a { background-color: #961730; }
a { background-color: rgb(150,23,48); }
div.DivClassName
{
background-color: #961730;
}
.BgClassName
{
background-color: #961730;
}
</style>
border-color css
<style>
span { border-color: #961730; }
span { border-color: rgb(150,23,48); }
td.TdClassName
{
border-color: #961730;
}
.TagClassName
{
border-color: #961730;
}
</style>