Shades of Bright Red #90272F
Tints of Bright Red #90272F
RGB
CMYK
RGB Variations
Color information
#90272F (or 0x90272F) is known color: Bright Red. HEX triplet: 90, 27 and 2F. RGB value is (144,39,47). Sum of RGB (Red+Green+Blue) = 144+39+47=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #90272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90272F is #6FD8D0. Grayscale: #474747. Windows color (decimal): -7330001 or 3090320. OLE color: 3090320.
HSL color Cylindrical-coordinate representation of color #90272F: hue angle of 355.43º 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 #90272F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 47 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.44 |
| HSL | 355.43º | 0.57% | 0.36% | - |
| HSV(B) | 355.43º | 0.73% | 0.56% | - |
| XYZ | 12.74 | 7.59 | 3.48 | - |
| YUV | 71.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 47 | 0 | 0.73 | 0.67 | 0.44 | 355.43 | 0.57 | 0.36 |
| Hex | 90 | 27 | 2F | 0 | 49 | 43 | 2C | 163 | 39 | 24 |
| Octal | 220 | 47 | 57 | 0 | 111 | 103 | 54 | 543 | 71 | 44 |
| Binary | 10010000 | 100111 | 101111 | 0 | 1001001 | 1000011 | 101100 | 101100011 | 111001 | 100100 |
Color Harmonies of #90272F
Complementary color
Monochromatic Colors of #90272F
Black with #90272F
Text Example
Text Example
White with #90272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90272F; }
p { color: rgb(144,39,47); }
H1.HeaderClassName
{
color: #90272F;
}
.AnyTagClassName
{
color: #90272F;
}
</style>
background-color css
<style>
a { background-color: #90272F; }
a { background-color: rgb(144,39,47); }
div.DivClassName
{
background-color: #90272F;
}
.BgClassName
{
background-color: #90272F;
}
</style>
border-color css
<style>
span { border-color: #90272F; }
span { border-color: rgb(144,39,47); }
td.TdClassName
{
border-color: #90272F;
}
.TagClassName
{
border-color: #90272F;
}
</style>