Shades of Well Read #90383F
Tints of Well Read #90383F
RGB
CMYK
RGB Variations
Color information
#90383F (or 0x90383F) is known color: Well Read. HEX triplet: 90, 38 and 3F. RGB value is (144,56,63). Sum of RGB (Red+Green+Blue) = 144+56+63=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #90383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90383F is #6FC7C0. Grayscale: #535353. Windows color (decimal): -7325633 or 4143248. OLE color: 4143248.
HSL color Cylindrical-coordinate representation of color #90383F: hue angle of 355.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90383F is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 63 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.44 |
| HSL | 355.23º | 0.44% | 0.39% | - |
| HSV(B) | 355.23º | 0.61% | 0.56% | - |
| XYZ | 13.81 | 9.12 | 5.73 | - |
| YUV | 83.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 63 | 0 | 0.61 | 0.56 | 0.44 | 355.23 | 0.44 | 0.39 |
| Hex | 90 | 38 | 3F | 0 | 3D | 38 | 2C | 163 | 2C | 27 |
| Octal | 220 | 70 | 77 | 0 | 75 | 70 | 54 | 543 | 54 | 47 |
| Binary | 10010000 | 111000 | 111111 | 0 | 111101 | 111000 | 101100 | 101100011 | 101100 | 100111 |
Color Harmonies of #90383F
Complementary color
Monochromatic Colors of #90383F
Black with #90383F
Text Example
Text Example
White with #90383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90383F; }
p { color: rgb(144,56,63); }
H1.HeaderClassName
{
color: #90383F;
}
.AnyTagClassName
{
color: #90383F;
}
</style>
background-color css
<style>
a { background-color: #90383F; }
a { background-color: rgb(144,56,63); }
div.DivClassName
{
background-color: #90383F;
}
.BgClassName
{
background-color: #90383F;
}
</style>
border-color css
<style>
span { border-color: #90383F; }
span { border-color: rgb(144,56,63); }
td.TdClassName
{
border-color: #90383F;
}
.TagClassName
{
border-color: #90383F;
}
</style>