Shades of Bright Red #9B2839
Tints of Bright Red #9B2839
RGB
CMYK
RGB Variations
Color information
#9B2839 (or 0x9B2839) is known color: Bright Red. HEX triplet: 9B, 28 and 39. RGB value is (155,40,57). Sum of RGB (Red+Green+Blue) = 155+40+57=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2839 is #64D7C6. Grayscale: #4C4C4C. Windows color (decimal): -6608839 or 3745947. OLE color: 3745947.
HSL color Cylindrical-coordinate representation of color #9B2839: hue angle of 351.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2839 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 57 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.39 |
| HSL | 351.13º | 0.59% | 0.38% | - |
| HSV(B) | 351.13º | 0.74% | 0.61% | - |
| XYZ | 15.01 | 8.78 | 4.77 | - |
| YUV | 76.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 57 | 0 | 0.74 | 0.63 | 0.39 | 351.13 | 0.59 | 0.38 |
| Hex | 9B | 28 | 39 | 0 | 4A | 3F | 27 | 15F | 3B | 26 |
| Octal | 233 | 50 | 71 | 0 | 112 | 77 | 47 | 537 | 73 | 46 |
| Binary | 10011011 | 101000 | 111001 | 0 | 1001010 | 111111 | 100111 | 101011111 | 111011 | 100110 |
Color Harmonies of #9B2839
Complementary color
Monochromatic Colors of #9B2839
Black with #9B2839
Text Example
Text Example
White with #9B2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2839; }
p { color: rgb(155,40,57); }
H1.HeaderClassName
{
color: #9B2839;
}
.AnyTagClassName
{
color: #9B2839;
}
</style>
background-color css
<style>
a { background-color: #9B2839; }
a { background-color: rgb(155,40,57); }
div.DivClassName
{
background-color: #9B2839;
}
.BgClassName
{
background-color: #9B2839;
}
</style>
border-color css
<style>
span { border-color: #9B2839; }
span { border-color: rgb(155,40,57); }
td.TdClassName
{
border-color: #9B2839;
}
.TagClassName
{
border-color: #9B2839;
}
</style>