Shades of Bright Red #9B273D
Tints of Bright Red #9B273D
RGB
CMYK
RGB Variations
Color information
#9B273D (or 0x9B273D) is known color: Bright Red. HEX triplet: 9B, 27 and 3D. RGB value is (155,39,61). Sum of RGB (Red+Green+Blue) = 155+39+61=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B273D is #64D8C2. Grayscale: #4C4C4C. Windows color (decimal): -6609091 or 4007835. OLE color: 4007835.
HSL color Cylindrical-coordinate representation of color #9B273D: hue angle of 348.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B273D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 61 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.39 |
| HSL | 348.62º | 0.6% | 0.38% | - |
| HSV(B) | 348.62º | 0.75% | 0.61% | - |
| XYZ | 15.09 | 8.76 | 5.31 | - |
| YUV | 76.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 61 | 0 | 0.75 | 0.61 | 0.39 | 348.62 | 0.6 | 0.38 |
| Hex | 9B | 27 | 3D | 0 | 4B | 3D | 27 | 15D | 3C | 26 |
| Octal | 233 | 47 | 75 | 0 | 113 | 75 | 47 | 535 | 74 | 46 |
| Binary | 10011011 | 100111 | 111101 | 0 | 1001011 | 111101 | 100111 | 101011101 | 111100 | 100110 |
Color Harmonies of #9B273D
Complementary color
Monochromatic Colors of #9B273D
Black with #9B273D
Text Example
Text Example
White with #9B273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B273D; }
p { color: rgb(155,39,61); }
H1.HeaderClassName
{
color: #9B273D;
}
.AnyTagClassName
{
color: #9B273D;
}
</style>
background-color css
<style>
a { background-color: #9B273D; }
a { background-color: rgb(155,39,61); }
div.DivClassName
{
background-color: #9B273D;
}
.BgClassName
{
background-color: #9B273D;
}
</style>
border-color css
<style>
span { border-color: #9B273D; }
span { border-color: rgb(155,39,61); }
td.TdClassName
{
border-color: #9B273D;
}
.TagClassName
{
border-color: #9B273D;
}
</style>