Shades of Bright Red #9B173D
Tints of Bright Red #9B173D
RGB
CMYK
RGB Variations
Color information
#9B173D (or 0x9B173D) is known color: Bright Red. HEX triplet: 9B, 17 and 3D. RGB value is (155,23,61). Sum of RGB (Red+Green+Blue) = 155+23+61=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B173D is #64E8C2. Grayscale: #424242. Windows color (decimal): -6613187 or 4003739. OLE color: 4003739.
HSL color Cylindrical-coordinate representation of color #9B173D: hue angle of 342.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B173D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 61 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.39 |
| HSL | 342.73º | 0.74% | 0.35% | - |
| HSV(B) | 342.73º | 0.85% | 0.61% | - |
| XYZ | 14.67 | 7.92 | 5.17 | - |
| YUV | 66.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 61 | 0 | 0.85 | 0.61 | 0.39 | 342.73 | 0.74 | 0.35 |
| Hex | 9B | 17 | 3D | 0 | 55 | 3D | 27 | 157 | 4A | 23 |
| Octal | 233 | 27 | 75 | 0 | 125 | 75 | 47 | 527 | 112 | 43 |
| Binary | 10011011 | 10111 | 111101 | 0 | 1010101 | 111101 | 100111 | 101010111 | 1001010 | 100011 |
Color Harmonies of #9B173D
Complementary color
Monochromatic Colors of #9B173D
Black with #9B173D
Text Example
Text Example
White with #9B173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B173D; }
p { color: rgb(155,23,61); }
H1.HeaderClassName
{
color: #9B173D;
}
.AnyTagClassName
{
color: #9B173D;
}
</style>
background-color css
<style>
a { background-color: #9B173D; }
a { background-color: rgb(155,23,61); }
div.DivClassName
{
background-color: #9B173D;
}
.BgClassName
{
background-color: #9B173D;
}
</style>
border-color css
<style>
span { border-color: #9B173D; }
span { border-color: rgb(155,23,61); }
td.TdClassName
{
border-color: #9B173D;
}
.TagClassName
{
border-color: #9B173D;
}
</style>