Shades of Opium #918180
Tints of Opium #918180
RGB
CMYK
RGB Variations
Color information
#918180 (or 0x918180) is known color: Opium. HEX triplet: 91, 81 and 80. RGB value is (145,129,128). Sum of RGB (Red+Green+Blue) = 145+129+128=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #918180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918180 is #6E7E7F. Grayscale: #858585. Windows color (decimal): -7241344 or 8421777. OLE color: 8421777.
HSL color Cylindrical-coordinate representation of color #918180: hue angle of 3.53º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918180 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 128 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.43 |
| HSL | 3.53º | 0.07% | 0.54% | - |
| HSV(B) | 3.53º | 0.12% | 0.57% | - |
| XYZ | 23.42 | 23.28 | 23.68 | - |
| YUV | 133.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 128 | 0 | 0.11 | 0.12 | 0.43 | 3.53 | 0.07 | 0.54 |
| Hex | 91 | 81 | 80 | 0 | B | C | 2B | 4 | 7 | 36 |
| Octal | 221 | 201 | 200 | 0 | 13 | 14 | 53 | 4 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10000000 | 0 | 1011 | 1100 | 101011 | 100 | 111 | 110110 |
Color Harmonies of #918180
Complementary color
Monochromatic Colors of #918180
Black with #918180
Text Example
Text Example
White with #918180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918180; }
p { color: rgb(145,129,128); }
H1.HeaderClassName
{
color: #918180;
}
.AnyTagClassName
{
color: #918180;
}
</style>
background-color css
<style>
a { background-color: #918180; }
a { background-color: rgb(145,129,128); }
div.DivClassName
{
background-color: #918180;
}
.BgClassName
{
background-color: #918180;
}
</style>
border-color css
<style>
span { border-color: #918180; }
span { border-color: rgb(145,129,128); }
td.TdClassName
{
border-color: #918180;
}
.TagClassName
{
border-color: #918180;
}
</style>