Shades of Bright Red #9B293D
Tints of Bright Red #9B293D
RGB
CMYK
RGB Variations
Color information
#9B293D (or 0x9B293D) is known color: Bright Red. HEX triplet: 9B, 29 and 3D. RGB value is (155,41,61). Sum of RGB (Red+Green+Blue) = 155+41+61=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B293D is #64D6C2. Grayscale: #4D4D4D. Windows color (decimal): -6608579 or 4008347. OLE color: 4008347.
HSL color Cylindrical-coordinate representation of color #9B293D: hue angle of 349.47º degrees, saturation: 0.58, 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 #9B293D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 61 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.39 |
| HSL | 349.47º | 0.58% | 0.38% | - |
| HSV(B) | 349.47º | 0.74% | 0.61% | - |
| XYZ | 15.15 | 8.89 | 5.33 | - |
| YUV | 77.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 61 | 0 | 0.74 | 0.61 | 0.39 | 349.47 | 0.58 | 0.38 |
| Hex | 9B | 29 | 3D | 0 | 4A | 3D | 27 | 15D | 3A | 26 |
| Octal | 233 | 51 | 75 | 0 | 112 | 75 | 47 | 535 | 72 | 46 |
| Binary | 10011011 | 101001 | 111101 | 0 | 1001010 | 111101 | 100111 | 101011101 | 111010 | 100110 |
Color Harmonies of #9B293D
Complementary color
Monochromatic Colors of #9B293D
Black with #9B293D
Text Example
Text Example
White with #9B293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B293D; }
p { color: rgb(155,41,61); }
H1.HeaderClassName
{
color: #9B293D;
}
.AnyTagClassName
{
color: #9B293D;
}
</style>
background-color css
<style>
a { background-color: #9B293D; }
a { background-color: rgb(155,41,61); }
div.DivClassName
{
background-color: #9B293D;
}
.BgClassName
{
background-color: #9B293D;
}
</style>
border-color css
<style>
span { border-color: #9B293D; }
span { border-color: rgb(155,41,61); }
td.TdClassName
{
border-color: #9B293D;
}
.TagClassName
{
border-color: #9B293D;
}
</style>