Shades of Hurricane #90847D
Tints of Hurricane #90847D
RGB
CMYK
RGB Variations
Color information
#90847D (or 0x90847D) is known color: Hurricane. HEX triplet: 90, 84 and 7D. RGB value is (144,132,125). Sum of RGB (Red+Green+Blue) = 144+132+125=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #90847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90847D is #6F7B82. Grayscale: #868686. Windows color (decimal): -7306115 or 8225936. OLE color: 8225936.
HSL color Cylindrical-coordinate representation of color #90847D: hue angle of 22.11º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90847D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 125 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.44 |
| HSL | 22.11º | 0.08% | 0.53% | - |
| HSV(B) | 22.11º | 0.13% | 0.56% | - |
| XYZ | 23.45 | 23.91 | 22.78 | - |
| YUV | 134.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 125 | 0 | 0.08 | 0.13 | 0.44 | 22.11 | 0.08 | 0.53 |
| Hex | 90 | 84 | 7D | 0 | 8 | D | 2C | 16 | 8 | 35 |
| Octal | 220 | 204 | 175 | 0 | 10 | 15 | 54 | 26 | 10 | 65 |
| Binary | 10010000 | 10000100 | 1111101 | 0 | 1000 | 1101 | 101100 | 10110 | 1000 | 110101 |
Color Harmonies of #90847D
Complementary color
Monochromatic Colors of #90847D
Black with #90847D
Text Example
Text Example
White with #90847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90847D; }
p { color: rgb(144,132,125); }
H1.HeaderClassName
{
color: #90847D;
}
.AnyTagClassName
{
color: #90847D;
}
</style>
background-color css
<style>
a { background-color: #90847D; }
a { background-color: rgb(144,132,125); }
div.DivClassName
{
background-color: #90847D;
}
.BgClassName
{
background-color: #90847D;
}
</style>
border-color css
<style>
span { border-color: #90847D; }
span { border-color: rgb(144,132,125); }
td.TdClassName
{
border-color: #90847D;
}
.TagClassName
{
border-color: #90847D;
}
</style>