Shades of Bright Red #90272C
Tints of Bright Red #90272C
RGB
CMYK
RGB Variations
Color information
#90272C (or 0x90272C) is known color: Bright Red. HEX triplet: 90, 27 and 2C. RGB value is (144,39,44). Sum of RGB (Red+Green+Blue) = 144+39+44=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90272C is #6FD8D3. Grayscale: #474747. Windows color (decimal): -7330004 or 2893712. OLE color: 2893712.
HSL color Cylindrical-coordinate representation of color #90272C: hue angle of 357.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90272C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 44 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.44 |
| HSL | 357.14º | 0.57% | 0.36% | - |
| HSV(B) | 357.14º | 0.73% | 0.56% | - |
| XYZ | 12.68 | 7.56 | 3.17 | - |
| YUV | 70.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 44 | 0 | 0.73 | 0.69 | 0.44 | 357.14 | 0.57 | 0.36 |
| Hex | 90 | 27 | 2C | 0 | 49 | 45 | 2C | 165 | 39 | 24 |
| Octal | 220 | 47 | 54 | 0 | 111 | 105 | 54 | 545 | 71 | 44 |
| Binary | 10010000 | 100111 | 101100 | 0 | 1001001 | 1000101 | 101100 | 101100101 | 111001 | 100100 |
Color Harmonies of #90272C
Complementary color
Monochromatic Colors of #90272C
Black with #90272C
Text Example
Text Example
White with #90272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90272C; }
p { color: rgb(144,39,44); }
H1.HeaderClassName
{
color: #90272C;
}
.AnyTagClassName
{
color: #90272C;
}
</style>
background-color css
<style>
a { background-color: #90272C; }
a { background-color: rgb(144,39,44); }
div.DivClassName
{
background-color: #90272C;
}
.BgClassName
{
background-color: #90272C;
}
</style>
border-color css
<style>
span { border-color: #90272C; }
span { border-color: rgb(144,39,44); }
td.TdClassName
{
border-color: #90272C;
}
.TagClassName
{
border-color: #90272C;
}
</style>