Shades of Hurricane #91827D
Tints of Hurricane #91827D
RGB
CMYK
RGB Variations
Color information
#91827D (or 0x91827D) is known color: Hurricane. HEX triplet: 91, 82 and 7D. RGB value is (145,130,125). Sum of RGB (Red+Green+Blue) = 145+130+125=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #91827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91827D is #6E7D82. Grayscale: #858585. Windows color (decimal): -7241091 or 8225425. OLE color: 8225425.
HSL color Cylindrical-coordinate representation of color #91827D: hue angle of 15º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91827D is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 125 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.43 |
| HSL | 15º | 0.08% | 0.53% | - |
| HSV(B) | 15º | 0.14% | 0.57% | - |
| XYZ | 23.36 | 23.47 | 22.7 | - |
| YUV | 133.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 125 | 0 | 0.10 | 0.14 | 0.43 | 15 | 0.08 | 0.53 |
| Hex | 91 | 82 | 7D | 0 | A | E | 2B | F | 8 | 35 |
| Octal | 221 | 202 | 175 | 0 | 12 | 16 | 53 | 17 | 10 | 65 |
| Binary | 10010001 | 10000010 | 1111101 | 0 | 1010 | 1110 | 101011 | 1111 | 1000 | 110101 |
Color Harmonies of #91827D
Complementary color
Monochromatic Colors of #91827D
Black with #91827D
Text Example
Text Example
White with #91827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91827D; }
p { color: rgb(145,130,125); }
H1.HeaderClassName
{
color: #91827D;
}
.AnyTagClassName
{
color: #91827D;
}
</style>
background-color css
<style>
a { background-color: #91827D; }
a { background-color: rgb(145,130,125); }
div.DivClassName
{
background-color: #91827D;
}
.BgClassName
{
background-color: #91827D;
}
</style>
border-color css
<style>
span { border-color: #91827D; }
span { border-color: rgb(145,130,125); }
td.TdClassName
{
border-color: #91827D;
}
.TagClassName
{
border-color: #91827D;
}
</style>