Shades of Hurricane #90847E
Tints of Hurricane #90847E
RGB
CMYK
RGB Variations
Color information
#90847E (or 0x90847E) is known color: Hurricane. HEX triplet: 90, 84 and 7E. RGB value is (144,132,126). Sum of RGB (Red+Green+Blue) = 144+132+126=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90847E is #6F7B81. Grayscale: #868686. Windows color (decimal): -7306114 or 8291472. OLE color: 8291472.
HSL color Cylindrical-coordinate representation of color #90847E: hue angle of 20º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90847E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 126 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.44 |
| HSL | 20º | 0.08% | 0.53% | - |
| HSV(B) | 20º | 0.13% | 0.56% | - |
| XYZ | 23.52 | 23.94 | 23.12 | - |
| YUV | 134.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 126 | 0 | 0.08 | 0.12 | 0.44 | 20 | 0.08 | 0.53 |
| Hex | 90 | 84 | 7E | 0 | 8 | C | 2C | 14 | 8 | 35 |
| Octal | 220 | 204 | 176 | 0 | 10 | 14 | 54 | 24 | 10 | 65 |
| Binary | 10010000 | 10000100 | 1111110 | 0 | 1000 | 1100 | 101100 | 10100 | 1000 | 110101 |
Color Harmonies of #90847E
Complementary color
Monochromatic Colors of #90847E
Black with #90847E
Text Example
Text Example
White with #90847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90847E; }
p { color: rgb(144,132,126); }
H1.HeaderClassName
{
color: #90847E;
}
.AnyTagClassName
{
color: #90847E;
}
</style>
background-color css
<style>
a { background-color: #90847E; }
a { background-color: rgb(144,132,126); }
div.DivClassName
{
background-color: #90847E;
}
.BgClassName
{
background-color: #90847E;
}
</style>
border-color css
<style>
span { border-color: #90847E; }
span { border-color: rgb(144,132,126); }
td.TdClassName
{
border-color: #90847E;
}
.TagClassName
{
border-color: #90847E;
}
</style>