Shades of Bright Red #962039
Tints of Bright Red #962039
RGB
CMYK
RGB Variations
Color information
#962039 (or 0x962039) is known color: Bright Red. HEX triplet: 96, 20 and 39. RGB value is (150,32,57). Sum of RGB (Red+Green+Blue) = 150+32+57=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962039 is #69DFC6. Grayscale: #464646. Windows color (decimal): -6938567 or 3743894. OLE color: 3743894.
HSL color Cylindrical-coordinate representation of color #962039: hue angle of 347.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962039 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 57 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.41 |
| HSL | 347.29º | 0.65% | 0.36% | - |
| HSV(B) | 347.29º | 0.79% | 0.59% | - |
| XYZ | 13.83 | 7.81 | 4.65 | - |
| YUV | 70.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 57 | 0 | 0.79 | 0.62 | 0.41 | 347.29 | 0.65 | 0.36 |
| Hex | 96 | 20 | 39 | 0 | 4F | 3E | 29 | 15B | 41 | 24 |
| Octal | 226 | 40 | 71 | 0 | 117 | 76 | 51 | 533 | 101 | 44 |
| Binary | 10010110 | 100000 | 111001 | 0 | 1001111 | 111110 | 101001 | 101011011 | 1000001 | 100100 |
Color Harmonies of #962039
Complementary color
Monochromatic Colors of #962039
Black with #962039
Text Example
Text Example
White with #962039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962039; }
p { color: rgb(150,32,57); }
H1.HeaderClassName
{
color: #962039;
}
.AnyTagClassName
{
color: #962039;
}
</style>
background-color css
<style>
a { background-color: #962039; }
a { background-color: rgb(150,32,57); }
div.DivClassName
{
background-color: #962039;
}
.BgClassName
{
background-color: #962039;
}
</style>
border-color css
<style>
span { border-color: #962039; }
span { border-color: rgb(150,32,57); }
td.TdClassName
{
border-color: #962039;
}
.TagClassName
{
border-color: #962039;
}
</style>