Shades of Bright Red #961531
Tints of Bright Red #961531
RGB
CMYK
RGB Variations
Color information
#961531 (or 0x961531) is known color: Bright Red. HEX triplet: 96, 15 and 31. RGB value is (150,21,49). Sum of RGB (Red+Green+Blue) = 150+21+49=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961531 is #69EACE. Grayscale: #3E3E3E. Windows color (decimal): -6941391 or 3216790. OLE color: 3216790.
HSL color Cylindrical-coordinate representation of color #961531: hue angle of 346.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961531 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 49 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.41 |
| HSL | 346.98º | 0.75% | 0.34% | - |
| HSV(B) | 346.98º | 0.86% | 0.59% | - |
| XYZ | 13.4 | 7.24 | 3.6 | - |
| YUV | 62.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 49 | 0 | 0.86 | 0.67 | 0.41 | 346.98 | 0.75 | 0.34 |
| Hex | 96 | 15 | 31 | 0 | 56 | 43 | 29 | 15B | 4B | 22 |
| Octal | 226 | 25 | 61 | 0 | 126 | 103 | 51 | 533 | 113 | 42 |
| Binary | 10010110 | 10101 | 110001 | 0 | 1010110 | 1000011 | 101001 | 101011011 | 1001011 | 100010 |
Color Harmonies of #961531
Complementary color
Monochromatic Colors of #961531
Black with #961531
Text Example
Text Example
White with #961531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961531; }
p { color: rgb(150,21,49); }
H1.HeaderClassName
{
color: #961531;
}
.AnyTagClassName
{
color: #961531;
}
</style>
background-color css
<style>
a { background-color: #961531; }
a { background-color: rgb(150,21,49); }
div.DivClassName
{
background-color: #961531;
}
.BgClassName
{
background-color: #961531;
}
</style>
border-color css
<style>
span { border-color: #961531; }
span { border-color: rgb(150,21,49); }
td.TdClassName
{
border-color: #961531;
}
.TagClassName
{
border-color: #961531;
}
</style>