Shades of Bright Red #90272D
Tints of Bright Red #90272D
RGB
CMYK
RGB Variations
Color information
#90272D (or 0x90272D) is known color: Bright Red. HEX triplet: 90, 27 and 2D. RGB value is (144,39,45). Sum of RGB (Red+Green+Blue) = 144+39+45=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90272D is #6FD8D2. Grayscale: #474747. Windows color (decimal): -7330003 or 2959248. OLE color: 2959248.
HSL color Cylindrical-coordinate representation of color #90272D: hue angle of 356.57º 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 #90272D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 45 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.44 |
| HSL | 356.57º | 0.57% | 0.36% | - |
| HSV(B) | 356.57º | 0.73% | 0.56% | - |
| XYZ | 12.7 | 7.57 | 3.27 | - |
| YUV | 71.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 45 | 0 | 0.73 | 0.69 | 0.44 | 356.57 | 0.57 | 0.36 |
| Hex | 90 | 27 | 2D | 0 | 49 | 45 | 2C | 165 | 39 | 24 |
| Octal | 220 | 47 | 55 | 0 | 111 | 105 | 54 | 545 | 71 | 44 |
| Binary | 10010000 | 100111 | 101101 | 0 | 1001001 | 1000101 | 101100 | 101100101 | 111001 | 100100 |
Color Harmonies of #90272D
Complementary color
Monochromatic Colors of #90272D
Black with #90272D
Text Example
Text Example
White with #90272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90272D; }
p { color: rgb(144,39,45); }
H1.HeaderClassName
{
color: #90272D;
}
.AnyTagClassName
{
color: #90272D;
}
</style>
background-color css
<style>
a { background-color: #90272D; }
a { background-color: rgb(144,39,45); }
div.DivClassName
{
background-color: #90272D;
}
.BgClassName
{
background-color: #90272D;
}
</style>
border-color css
<style>
span { border-color: #90272D; }
span { border-color: rgb(144,39,45); }
td.TdClassName
{
border-color: #90272D;
}
.TagClassName
{
border-color: #90272D;
}
</style>