Shades of Bright Red #961233
Tints of Bright Red #961233
RGB
CMYK
RGB Variations
Color information
#961233 (or 0x961233) is known color: Bright Red. HEX triplet: 96, 12 and 33. RGB value is (150,18,51). Sum of RGB (Red+Green+Blue) = 150+18+51=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961233 is #69EDCC. Grayscale: #3D3D3D. Windows color (decimal): -6942157 or 3347094. OLE color: 3347094.
HSL color Cylindrical-coordinate representation of color #961233: hue angle of 345º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961233 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 51 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.41 |
| HSL | 345º | 0.79% | 0.33% | - |
| HSV(B) | 345º | 0.88% | 0.59% | - |
| XYZ | 13.39 | 7.16 | 3.81 | - |
| YUV | 61.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 51 | 0 | 0.88 | 0.66 | 0.41 | 345 | 0.79 | 0.33 |
| Hex | 96 | 12 | 33 | 0 | 58 | 42 | 29 | 159 | 4F | 21 |
| Octal | 226 | 22 | 63 | 0 | 130 | 102 | 51 | 531 | 117 | 41 |
| Binary | 10010110 | 10010 | 110011 | 0 | 1011000 | 1000010 | 101001 | 101011001 | 1001111 | 100001 |
Color Harmonies of #961233
Complementary color
Monochromatic Colors of #961233
Black with #961233
Text Example
Text Example
White with #961233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961233; }
p { color: rgb(150,18,51); }
H1.HeaderClassName
{
color: #961233;
}
.AnyTagClassName
{
color: #961233;
}
</style>
background-color css
<style>
a { background-color: #961233; }
a { background-color: rgb(150,18,51); }
div.DivClassName
{
background-color: #961233;
}
.BgClassName
{
background-color: #961233;
}
</style>
border-color css
<style>
span { border-color: #961233; }
span { border-color: rgb(150,18,51); }
td.TdClassName
{
border-color: #961233;
}
.TagClassName
{
border-color: #961233;
}
</style>