Shades of Hurricane #85817E
Tints of Hurricane #85817E
RGB
CMYK
RGB Variations
Color information
#85817E (or 0x85817E) is known color: Hurricane. HEX triplet: 85, 81 and 7E. RGB value is (133,129,126). Sum of RGB (Red+Green+Blue) = 133+129+126=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #85817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85817E is #7A7E81. Grayscale: #818181. Windows color (decimal): -8027778 or 8290693. OLE color: 8290693.
HSL color Cylindrical-coordinate representation of color #85817E: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85817E is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 126 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.48 |
| HSL | 25.71º | 0.03% | 0.51% | - |
| HSV(B) | 25.71º | 0.05% | 0.52% | - |
| XYZ | 21.29 | 22.19 | 22.9 | - |
| YUV | 129.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 126 | 0 | 0.03 | 0.05 | 0.48 | 25.71 | 0.03 | 0.51 |
| Hex | 85 | 81 | 7E | 0 | 3 | 5 | 30 | 1A | 3 | 33 |
| Octal | 205 | 201 | 176 | 0 | 3 | 5 | 60 | 32 | 3 | 63 |
| Binary | 10000101 | 10000001 | 1111110 | 0 | 11 | 101 | 110000 | 11010 | 11 | 110011 |
Color Harmonies of #85817E
Complementary color
Monochromatic Colors of #85817E
Black with #85817E
Text Example
Text Example
White with #85817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85817E; }
p { color: rgb(133,129,126); }
H1.HeaderClassName
{
color: #85817E;
}
.AnyTagClassName
{
color: #85817E;
}
</style>
background-color css
<style>
a { background-color: #85817E; }
a { background-color: rgb(133,129,126); }
div.DivClassName
{
background-color: #85817E;
}
.BgClassName
{
background-color: #85817E;
}
</style>
border-color css
<style>
span { border-color: #85817E; }
span { border-color: rgb(133,129,126); }
td.TdClassName
{
border-color: #85817E;
}
.TagClassName
{
border-color: #85817E;
}
</style>