Shades of Bright Red #961434
Tints of Bright Red #961434
RGB
CMYK
RGB Variations
Color information
#961434 (or 0x961434) is known color: Bright Red. HEX triplet: 96, 14 and 34. RGB value is (150,20,52). Sum of RGB (Red+Green+Blue) = 150+20+52=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961434 is #69EBCB. Grayscale: #3E3E3E. Windows color (decimal): -6941644 or 3413142. OLE color: 3413142.
HSL color Cylindrical-coordinate representation of color #961434: hue angle of 345.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961434 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 52 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.41 |
| HSL | 345.23º | 0.76% | 0.33% | - |
| HSV(B) | 345.23º | 0.87% | 0.59% | - |
| XYZ | 13.45 | 7.23 | 3.94 | - |
| YUV | 62.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 52 | 0 | 0.87 | 0.65 | 0.41 | 345.23 | 0.76 | 0.33 |
| Hex | 96 | 14 | 34 | 0 | 57 | 41 | 29 | 159 | 4C | 21 |
| Octal | 226 | 24 | 64 | 0 | 127 | 101 | 51 | 531 | 114 | 41 |
| Binary | 10010110 | 10100 | 110100 | 0 | 1010111 | 1000001 | 101001 | 101011001 | 1001100 | 100001 |
Color Harmonies of #961434
Complementary color
Monochromatic Colors of #961434
Black with #961434
Text Example
Text Example
White with #961434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961434; }
p { color: rgb(150,20,52); }
H1.HeaderClassName
{
color: #961434;
}
.AnyTagClassName
{
color: #961434;
}
</style>
background-color css
<style>
a { background-color: #961434; }
a { background-color: rgb(150,20,52); }
div.DivClassName
{
background-color: #961434;
}
.BgClassName
{
background-color: #961434;
}
</style>
border-color css
<style>
span { border-color: #961434; }
span { border-color: rgb(150,20,52); }
td.TdClassName
{
border-color: #961434;
}
.TagClassName
{
border-color: #961434;
}
</style>