Shades of Well Read #90373E
Tints of Well Read #90373E
RGB
CMYK
RGB Variations
Color information
#90373E (or 0x90373E) is known color: Well Read. HEX triplet: 90, 37 and 3E. RGB value is (144,55,62). Sum of RGB (Red+Green+Blue) = 144+55+62=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90373E is #6FC8C1. Grayscale: #525252. Windows color (decimal): -7325890 or 4077456. OLE color: 4077456.
HSL color Cylindrical-coordinate representation of color #90373E: hue angle of 355.28º 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 #90373E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 62 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.44 |
| HSL | 355.28º | 0.45% | 0.39% | - |
| HSV(B) | 355.28º | 0.62% | 0.56% | - |
| XYZ | 13.74 | 9.01 | 5.57 | - |
| YUV | 82.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 62 | 0 | 0.62 | 0.57 | 0.44 | 355.28 | 0.45 | 0.39 |
| Hex | 90 | 37 | 3E | 0 | 3E | 39 | 2C | 163 | 2D | 27 |
| Octal | 220 | 67 | 76 | 0 | 76 | 71 | 54 | 543 | 55 | 47 |
| Binary | 10010000 | 110111 | 111110 | 0 | 111110 | 111001 | 101100 | 101100011 | 101101 | 100111 |
Color Harmonies of #90373E
Complementary color
Monochromatic Colors of #90373E
Black with #90373E
Text Example
Text Example
White with #90373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90373E; }
p { color: rgb(144,55,62); }
H1.HeaderClassName
{
color: #90373E;
}
.AnyTagClassName
{
color: #90373E;
}
</style>
background-color css
<style>
a { background-color: #90373E; }
a { background-color: rgb(144,55,62); }
div.DivClassName
{
background-color: #90373E;
}
.BgClassName
{
background-color: #90373E;
}
</style>
border-color css
<style>
span { border-color: #90373E; }
span { border-color: rgb(144,55,62); }
td.TdClassName
{
border-color: #90373E;
}
.TagClassName
{
border-color: #90373E;
}
</style>