Shades of Well Read #90303B
Tints of Well Read #90303B
RGB
CMYK
RGB Variations
Color information
#90303B (or 0x90303B) is known color: Well Read. HEX triplet: 90, 30 and 3B. RGB value is (144,48,59). Sum of RGB (Red+Green+Blue) = 144+48+59=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #90303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90303B is #6FCFC4. Grayscale: #4E4E4E. Windows color (decimal): -7327685 or 3879056. OLE color: 3879056.
HSL color Cylindrical-coordinate representation of color #90303B: hue angle of 353.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90303B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 59 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.44 |
| HSL | 353.13º | 0.5% | 0.38% | - |
| HSV(B) | 353.13º | 0.67% | 0.56% | - |
| XYZ | 13.35 | 8.36 | 5.05 | - |
| YUV | 77.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 59 | 0 | 0.67 | 0.59 | 0.44 | 353.13 | 0.5 | 0.38 |
| Hex | 90 | 30 | 3B | 0 | 43 | 3B | 2C | 161 | 32 | 26 |
| Octal | 220 | 60 | 73 | 0 | 103 | 73 | 54 | 541 | 62 | 46 |
| Binary | 10010000 | 110000 | 111011 | 0 | 1000011 | 111011 | 101100 | 101100001 | 110010 | 100110 |
Color Harmonies of #90303B
Complementary color
Monochromatic Colors of #90303B
Black with #90303B
Text Example
Text Example
White with #90303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90303B; }
p { color: rgb(144,48,59); }
H1.HeaderClassName
{
color: #90303B;
}
.AnyTagClassName
{
color: #90303B;
}
</style>
background-color css
<style>
a { background-color: #90303B; }
a { background-color: rgb(144,48,59); }
div.DivClassName
{
background-color: #90303B;
}
.BgClassName
{
background-color: #90303B;
}
</style>
border-color css
<style>
span { border-color: #90303B; }
span { border-color: rgb(144,48,59); }
td.TdClassName
{
border-color: #90303B;
}
.TagClassName
{
border-color: #90303B;
}
</style>