Shades of Well Read #90393B
Tints of Well Read #90393B
RGB
CMYK
RGB Variations
Color information
#90393B (or 0x90393B) is known color: Well Read. HEX triplet: 90, 39 and 3B. RGB value is (144,57,59). Sum of RGB (Red+Green+Blue) = 144+57+59=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90393B is #6FC6C4. Grayscale: #535353. Windows color (decimal): -7325381 or 3881360. OLE color: 3881360.
HSL color Cylindrical-coordinate representation of color #90393B: hue angle of 358.62º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90393B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 57 | 59 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.44 |
| HSL | 358.62º | 0.43% | 0.39% | - |
| HSV(B) | 358.62º | 0.6% | 0.56% | - |
| XYZ | 13.75 | 9.17 | 5.18 | - |
| YUV | 83.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 59 | 0 | 0.60 | 0.59 | 0.44 | 358.62 | 0.43 | 0.39 |
| Hex | 90 | 39 | 3B | 0 | 3C | 3B | 2C | 167 | 2B | 27 |
| Octal | 220 | 71 | 73 | 0 | 74 | 73 | 54 | 547 | 53 | 47 |
| Binary | 10010000 | 111001 | 111011 | 0 | 111100 | 111011 | 101100 | 101100111 | 101011 | 100111 |
Color Harmonies of #90393B
Complementary color
Monochromatic Colors of #90393B
Black with #90393B
Text Example
Text Example
White with #90393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90393B; }
p { color: rgb(144,57,59); }
H1.HeaderClassName
{
color: #90393B;
}
.AnyTagClassName
{
color: #90393B;
}
</style>
background-color css
<style>
a { background-color: #90393B; }
a { background-color: rgb(144,57,59); }
div.DivClassName
{
background-color: #90393B;
}
.BgClassName
{
background-color: #90393B;
}
</style>
border-color css
<style>
span { border-color: #90393B; }
span { border-color: rgb(144,57,59); }
td.TdClassName
{
border-color: #90393B;
}
.TagClassName
{
border-color: #90393B;
}
</style>