Shades of Well Read #90353B
Tints of Well Read #90353B
RGB
CMYK
RGB Variations
Color information
#90353B (or 0x90353B) is known color: Well Read. HEX triplet: 90, 35 and 3B. RGB value is (144,53,59). Sum of RGB (Red+Green+Blue) = 144+53+59=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90353B is #6FCAC4. Grayscale: #505050. Windows color (decimal): -7326405 or 3880336. OLE color: 3880336.
HSL color Cylindrical-coordinate representation of color #90353B: hue angle of 356.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90353B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 59 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.44 |
| HSL | 356.04º | 0.46% | 0.39% | - |
| HSV(B) | 356.04º | 0.63% | 0.56% | - |
| XYZ | 13.56 | 8.79 | 5.12 | - |
| YUV | 80.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 59 | 0 | 0.63 | 0.59 | 0.44 | 356.04 | 0.46 | 0.39 |
| Hex | 90 | 35 | 3B | 0 | 3F | 3B | 2C | 164 | 2E | 27 |
| Octal | 220 | 65 | 73 | 0 | 77 | 73 | 54 | 544 | 56 | 47 |
| Binary | 10010000 | 110101 | 111011 | 0 | 111111 | 111011 | 101100 | 101100100 | 101110 | 100111 |
Color Harmonies of #90353B
Complementary color
Monochromatic Colors of #90353B
Black with #90353B
Text Example
Text Example
White with #90353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90353B; }
p { color: rgb(144,53,59); }
H1.HeaderClassName
{
color: #90353B;
}
.AnyTagClassName
{
color: #90353B;
}
</style>
background-color css
<style>
a { background-color: #90353B; }
a { background-color: rgb(144,53,59); }
div.DivClassName
{
background-color: #90353B;
}
.BgClassName
{
background-color: #90353B;
}
</style>
border-color css
<style>
span { border-color: #90353B; }
span { border-color: rgb(144,53,59); }
td.TdClassName
{
border-color: #90353B;
}
.TagClassName
{
border-color: #90353B;
}
</style>