Shades of Bright Red #962633
Tints of Bright Red #962633
RGB
CMYK
RGB Variations
Color information
#962633 (or 0x962633) is known color: Bright Red. HEX triplet: 96, 26 and 33. RGB value is (150,38,51). Sum of RGB (Red+Green+Blue) = 150+38+51=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962633 is #69D9CC. Grayscale: #494949. Windows color (decimal): -6937037 or 3352214. OLE color: 3352214.
HSL color Cylindrical-coordinate representation of color #962633: hue angle of 353.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962633 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 51 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.41 |
| HSL | 353.04º | 0.6% | 0.37% | - |
| HSV(B) | 353.04º | 0.75% | 0.59% | - |
| XYZ | 13.87 | 8.11 | 3.97 | - |
| YUV | 72.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 51 | 0 | 0.75 | 0.66 | 0.41 | 353.04 | 0.6 | 0.37 |
| Hex | 96 | 26 | 33 | 0 | 4B | 42 | 29 | 161 | 3C | 25 |
| Octal | 226 | 46 | 63 | 0 | 113 | 102 | 51 | 541 | 74 | 45 |
| Binary | 10010110 | 100110 | 110011 | 0 | 1001011 | 1000010 | 101001 | 101100001 | 111100 | 100101 |
Color Harmonies of #962633
Complementary color
Monochromatic Colors of #962633
Black with #962633
Text Example
Text Example
White with #962633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962633; }
p { color: rgb(150,38,51); }
H1.HeaderClassName
{
color: #962633;
}
.AnyTagClassName
{
color: #962633;
}
</style>
background-color css
<style>
a { background-color: #962633; }
a { background-color: rgb(150,38,51); }
div.DivClassName
{
background-color: #962633;
}
.BgClassName
{
background-color: #962633;
}
</style>
border-color css
<style>
span { border-color: #962633; }
span { border-color: rgb(150,38,51); }
td.TdClassName
{
border-color: #962633;
}
.TagClassName
{
border-color: #962633;
}
</style>