Shades of Hurricane #92827B
Tints of Hurricane #92827B
RGB
CMYK
RGB Variations
Color information
#92827B (or 0x92827B) is known color: Hurricane. HEX triplet: 92, 82 and 7B. RGB value is (146,130,123). Sum of RGB (Red+Green+Blue) = 146+130+123=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #92827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92827B is #6D7D84. Grayscale: #868686. Windows color (decimal): -7175557 or 8094354. OLE color: 8094354.
HSL color Cylindrical-coordinate representation of color #92827B: hue angle of 18.26º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92827B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 123 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.43 |
| HSL | 18.26º | 0.1% | 0.53% | - |
| HSV(B) | 18.26º | 0.16% | 0.57% | - |
| XYZ | 23.41 | 23.51 | 22.04 | - |
| YUV | 133.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 123 | 0 | 0.11 | 0.16 | 0.43 | 18.26 | 0.1 | 0.53 |
| Hex | 92 | 82 | 7B | 0 | B | 10 | 2B | 12 | A | 35 |
| Octal | 222 | 202 | 173 | 0 | 13 | 20 | 53 | 22 | 12 | 65 |
| Binary | 10010010 | 10000010 | 1111011 | 0 | 1011 | 10000 | 101011 | 10010 | 1010 | 110101 |
Color Harmonies of #92827B
Complementary color
Monochromatic Colors of #92827B
Black with #92827B
Text Example
Text Example
White with #92827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92827B; }
p { color: rgb(146,130,123); }
H1.HeaderClassName
{
color: #92827B;
}
.AnyTagClassName
{
color: #92827B;
}
</style>
background-color css
<style>
a { background-color: #92827B; }
a { background-color: rgb(146,130,123); }
div.DivClassName
{
background-color: #92827B;
}
.BgClassName
{
background-color: #92827B;
}
</style>
border-color css
<style>
span { border-color: #92827B; }
span { border-color: rgb(146,130,123); }
td.TdClassName
{
border-color: #92827B;
}
.TagClassName
{
border-color: #92827B;
}
</style>