Shades of Bright Red #961F3A
Tints of Bright Red #961F3A
RGB
CMYK
RGB Variations
Color information
#961F3A (or 0x961F3A) is known color: Bright Red. HEX triplet: 96, 1F and 3A. RGB value is (150,31,58). Sum of RGB (Red+Green+Blue) = 150+31+58=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #961F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F3A is #69E0C5. Grayscale: #454545. Windows color (decimal): -6938822 or 3809174. OLE color: 3809174.
HSL color Cylindrical-coordinate representation of color #961F3A: hue angle of 346.39º 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 #961F3A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 58 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.41 |
| HSL | 346.39º | 0.66% | 0.35% | - |
| HSV(B) | 346.39º | 0.79% | 0.59% | - |
| XYZ | 13.83 | 7.77 | 4.77 | - |
| YUV | 69.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 58 | 0 | 0.79 | 0.61 | 0.41 | 346.39 | 0.66 | 0.35 |
| Hex | 96 | 1F | 3A | 0 | 4F | 3D | 29 | 15A | 42 | 23 |
| Octal | 226 | 37 | 72 | 0 | 117 | 75 | 51 | 532 | 102 | 43 |
| Binary | 10010110 | 11111 | 111010 | 0 | 1001111 | 111101 | 101001 | 101011010 | 1000010 | 100011 |
Color Harmonies of #961F3A
Complementary color
Monochromatic Colors of #961F3A
Black with #961F3A
Text Example
Text Example
White with #961F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F3A; }
p { color: rgb(150,31,58); }
H1.HeaderClassName
{
color: #961F3A;
}
.AnyTagClassName
{
color: #961F3A;
}
</style>
background-color css
<style>
a { background-color: #961F3A; }
a { background-color: rgb(150,31,58); }
div.DivClassName
{
background-color: #961F3A;
}
.BgClassName
{
background-color: #961F3A;
}
</style>
border-color css
<style>
span { border-color: #961F3A; }
span { border-color: rgb(150,31,58); }
td.TdClassName
{
border-color: #961F3A;
}
.TagClassName
{
border-color: #961F3A;
}
</style>