Shades of Well Read #90373B
Tints of Well Read #90373B
RGB
CMYK
RGB Variations
Color information
#90373B (or 0x90373B) is known color: Well Read. HEX triplet: 90, 37 and 3B. RGB value is (144,55,59). Sum of RGB (Red+Green+Blue) = 144+55+59=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90373B is #6FC8C4. Grayscale: #525252. Windows color (decimal): -7325893 or 3880848. OLE color: 3880848.
HSL color Cylindrical-coordinate representation of color #90373B: hue angle of 357.3º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90373B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 59 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.44 |
| HSL | 357.3º | 0.45% | 0.39% | - |
| HSV(B) | 357.3º | 0.62% | 0.56% | - |
| XYZ | 13.66 | 8.98 | 5.15 | - |
| YUV | 82.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 59 | 0 | 0.62 | 0.59 | 0.44 | 357.3 | 0.45 | 0.39 |
| Hex | 90 | 37 | 3B | 0 | 3E | 3B | 2C | 165 | 2D | 27 |
| Octal | 220 | 67 | 73 | 0 | 76 | 73 | 54 | 545 | 55 | 47 |
| Binary | 10010000 | 110111 | 111011 | 0 | 111110 | 111011 | 101100 | 101100101 | 101101 | 100111 |
Color Harmonies of #90373B
Complementary color
Monochromatic Colors of #90373B
Black with #90373B
Text Example
Text Example
White with #90373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90373B; }
p { color: rgb(144,55,59); }
H1.HeaderClassName
{
color: #90373B;
}
.AnyTagClassName
{
color: #90373B;
}
</style>
background-color css
<style>
a { background-color: #90373B; }
a { background-color: rgb(144,55,59); }
div.DivClassName
{
background-color: #90373B;
}
.BgClassName
{
background-color: #90373B;
}
</style>
border-color css
<style>
span { border-color: #90373B; }
span { border-color: rgb(144,55,59); }
td.TdClassName
{
border-color: #90373B;
}
.TagClassName
{
border-color: #90373B;
}
</style>