Shades of Bright Red #90172B
Tints of Bright Red #90172B
RGB
CMYK
RGB Variations
Color information
#90172B (or 0x90172B) is known color: Bright Red. HEX triplet: 90, 17 and 2B. RGB value is (144,23,43). Sum of RGB (Red+Green+Blue) = 144+23+43=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #90172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90172B is #6FE8D4. Grayscale: #3D3D3D. Windows color (decimal): -7334101 or 2824080. OLE color: 2824080.
HSL color Cylindrical-coordinate representation of color #90172B: hue angle of 350.08º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90172B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 43 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.44 |
| HSL | 350.08º | 0.72% | 0.33% | - |
| HSV(B) | 350.08º | 0.84% | 0.56% | - |
| XYZ | 12.24 | 6.72 | 2.94 | - |
| YUV | 61.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 43 | 0 | 0.84 | 0.70 | 0.44 | 350.08 | 0.72 | 0.33 |
| Hex | 90 | 17 | 2B | 0 | 54 | 46 | 2C | 15E | 48 | 21 |
| Octal | 220 | 27 | 53 | 0 | 124 | 106 | 54 | 536 | 110 | 41 |
| Binary | 10010000 | 10111 | 101011 | 0 | 1010100 | 1000110 | 101100 | 101011110 | 1001000 | 100001 |
Color Harmonies of #90172B
Complementary color
Monochromatic Colors of #90172B
Black with #90172B
Text Example
Text Example
White with #90172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90172B; }
p { color: rgb(144,23,43); }
H1.HeaderClassName
{
color: #90172B;
}
.AnyTagClassName
{
color: #90172B;
}
</style>
background-color css
<style>
a { background-color: #90172B; }
a { background-color: rgb(144,23,43); }
div.DivClassName
{
background-color: #90172B;
}
.BgClassName
{
background-color: #90172B;
}
</style>
border-color css
<style>
span { border-color: #90172B; }
span { border-color: rgb(144,23,43); }
td.TdClassName
{
border-color: #90172B;
}
.TagClassName
{
border-color: #90172B;
}
</style>