Shades of Bright Red #9B1339
Tints of Bright Red #9B1339
RGB
CMYK
RGB Variations
Color information
#9B1339 (or 0x9B1339) is known color: Bright Red. HEX triplet: 9B, 13 and 39. RGB value is (155,19,57). Sum of RGB (Red+Green+Blue) = 155+19+57=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1339 is #64ECC6. Grayscale: #3F3F3F. Windows color (decimal): -6614215 or 3740571. OLE color: 3740571.
HSL color Cylindrical-coordinate representation of color #9B1339: hue angle of 343.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1339 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 57 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.39 |
| HSL | 343.24º | 0.78% | 0.34% | - |
| HSV(B) | 343.24º | 0.88% | 0.61% | - |
| XYZ | 14.49 | 7.73 | 4.6 | - |
| YUV | 64 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 57 | 0 | 0.88 | 0.63 | 0.39 | 343.24 | 0.78 | 0.34 |
| Hex | 9B | 13 | 39 | 0 | 58 | 3F | 27 | 157 | 4E | 22 |
| Octal | 233 | 23 | 71 | 0 | 130 | 77 | 47 | 527 | 116 | 42 |
| Binary | 10011011 | 10011 | 111001 | 0 | 1011000 | 111111 | 100111 | 101010111 | 1001110 | 100010 |
Color Harmonies of #9B1339
Complementary color
Monochromatic Colors of #9B1339
Black with #9B1339
Text Example
Text Example
White with #9B1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1339; }
p { color: rgb(155,19,57); }
H1.HeaderClassName
{
color: #9B1339;
}
.AnyTagClassName
{
color: #9B1339;
}
</style>
background-color css
<style>
a { background-color: #9B1339; }
a { background-color: rgb(155,19,57); }
div.DivClassName
{
background-color: #9B1339;
}
.BgClassName
{
background-color: #9B1339;
}
</style>
border-color css
<style>
span { border-color: #9B1339; }
span { border-color: rgb(155,19,57); }
td.TdClassName
{
border-color: #9B1339;
}
.TagClassName
{
border-color: #9B1339;
}
</style>