Shades of Hurricane #838180
Tints of Hurricane #838180
RGB
CMYK
RGB Variations
Color information
#838180 (or 0x838180) is known color: Hurricane. HEX triplet: 83, 81 and 80. RGB value is (131,129,128). Sum of RGB (Red+Green+Blue) = 131+129+128=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 131 - color contains mainly: red. Hex color #838180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838180 is #7C7E7F. Grayscale: #818181. Windows color (decimal): -8158848 or 8421763. OLE color: 8421763.
HSL color Cylindrical-coordinate representation of color #838180: hue angle of 20º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838180 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 128 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.49 |
| HSL | 20º | 0.01% | 0.51% | - |
| HSV(B) | 20º | 0.02% | 0.51% | - |
| XYZ | 21.11 | 22.08 | 23.57 | - |
| YUV | 129.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 128 | 0 | 0.02 | 0.02 | 0.49 | 20 | 0.01 | 0.51 |
| Hex | 83 | 81 | 80 | 0 | 2 | 2 | 31 | 14 | 1 | 33 |
| Octal | 203 | 201 | 200 | 0 | 2 | 2 | 61 | 24 | 1 | 63 |
| Binary | 10000011 | 10000001 | 10000000 | 0 | 10 | 10 | 110001 | 10100 | 1 | 110011 |
Color Harmonies of #838180
Complementary color
Monochromatic Colors of #838180
Black with #838180
Text Example
Text Example
White with #838180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838180; }
p { color: rgb(131,129,128); }
H1.HeaderClassName
{
color: #838180;
}
.AnyTagClassName
{
color: #838180;
}
</style>
background-color css
<style>
a { background-color: #838180; }
a { background-color: rgb(131,129,128); }
div.DivClassName
{
background-color: #838180;
}
.BgClassName
{
background-color: #838180;
}
</style>
border-color css
<style>
span { border-color: #838180; }
span { border-color: rgb(131,129,128); }
td.TdClassName
{
border-color: #838180;
}
.TagClassName
{
border-color: #838180;
}
</style>