Shades of Hurricane #90817B
Tints of Hurricane #90817B
RGB
CMYK
RGB Variations
Color information
#90817B (or 0x90817B) is known color: Hurricane. HEX triplet: 90, 81 and 7B. RGB value is (144,129,123). Sum of RGB (Red+Green+Blue) = 144+129+123=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #90817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90817B is #6F7E84. Grayscale: #848484. Windows color (decimal): -7306885 or 8094096. OLE color: 8094096.
HSL color Cylindrical-coordinate representation of color #90817B: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90817B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 123 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.44 |
| HSL | 17.14º | 0.09% | 0.52% | - |
| HSV(B) | 17.14º | 0.15% | 0.56% | - |
| XYZ | 22.93 | 23.06 | 21.98 | - |
| YUV | 132.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 123 | 0 | 0.10 | 0.15 | 0.44 | 17.14 | 0.09 | 0.52 |
| Hex | 90 | 81 | 7B | 0 | A | F | 2C | 11 | 9 | 34 |
| Octal | 220 | 201 | 173 | 0 | 12 | 17 | 54 | 21 | 11 | 64 |
| Binary | 10010000 | 10000001 | 1111011 | 0 | 1010 | 1111 | 101100 | 10001 | 1001 | 110100 |
Color Harmonies of #90817B
Complementary color
Monochromatic Colors of #90817B
Black with #90817B
Text Example
Text Example
White with #90817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90817B; }
p { color: rgb(144,129,123); }
H1.HeaderClassName
{
color: #90817B;
}
.AnyTagClassName
{
color: #90817B;
}
</style>
background-color css
<style>
a { background-color: #90817B; }
a { background-color: rgb(144,129,123); }
div.DivClassName
{
background-color: #90817B;
}
.BgClassName
{
background-color: #90817B;
}
</style>
border-color css
<style>
span { border-color: #90817B; }
span { border-color: rgb(144,129,123); }
td.TdClassName
{
border-color: #90817B;
}
.TagClassName
{
border-color: #90817B;
}
</style>