Shades of Well Read #90353F
Tints of Well Read #90353F
RGB
CMYK
RGB Variations
Color information
#90353F (or 0x90353F) is known color: Well Read. HEX triplet: 90, 35 and 3F. RGB value is (144,53,63). Sum of RGB (Red+Green+Blue) = 144+53+63=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90353F is #6FCAC0. Grayscale: #515151. Windows color (decimal): -7326401 or 4142480. OLE color: 4142480.
HSL color Cylindrical-coordinate representation of color #90353F: hue angle of 353.41º 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 #90353F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 63 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.44 |
| HSL | 353.41º | 0.46% | 0.39% | - |
| HSV(B) | 353.41º | 0.63% | 0.56% | - |
| XYZ | 13.67 | 8.83 | 5.69 | - |
| YUV | 81.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 63 | 0 | 0.63 | 0.56 | 0.44 | 353.41 | 0.46 | 0.39 |
| Hex | 90 | 35 | 3F | 0 | 3F | 38 | 2C | 161 | 2E | 27 |
| Octal | 220 | 65 | 77 | 0 | 77 | 70 | 54 | 541 | 56 | 47 |
| Binary | 10010000 | 110101 | 111111 | 0 | 111111 | 111000 | 101100 | 101100001 | 101110 | 100111 |
Color Harmonies of #90353F
Complementary color
Monochromatic Colors of #90353F
Black with #90353F
Text Example
Text Example
White with #90353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90353F; }
p { color: rgb(144,53,63); }
H1.HeaderClassName
{
color: #90353F;
}
.AnyTagClassName
{
color: #90353F;
}
</style>
background-color css
<style>
a { background-color: #90353F; }
a { background-color: rgb(144,53,63); }
div.DivClassName
{
background-color: #90353F;
}
.BgClassName
{
background-color: #90353F;
}
</style>
border-color css
<style>
span { border-color: #90353F; }
span { border-color: rgb(144,53,63); }
td.TdClassName
{
border-color: #90353F;
}
.TagClassName
{
border-color: #90353F;
}
</style>