Shades of Opium #908383
Tints of Opium #908383
RGB
CMYK
RGB Variations
Color information
#908383 (or 0x908383) is known color: Opium. HEX triplet: 90, 83 and 83. RGB value is (144,131,131). Sum of RGB (Red+Green+Blue) = 144+131+131=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908383 is #6F7C7C. Grayscale: #868686. Windows color (decimal): -7306365 or 8618896. OLE color: 8618896.
HSL color Cylindrical-coordinate representation of color #908383: hue angle of 0º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908383 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 131 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.44 |
| HSL | 0º | 0.06% | 0.54% | - |
| HSV(B) | 0º | 0.09% | 0.56% | - |
| XYZ | 23.71 | 23.8 | 24.82 | - |
| YUV | 134.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 131 | 0 | 0.09 | 0.09 | 0.44 | 0 | 0.06 | 0.54 |
| Hex | 90 | 83 | 83 | 0 | 9 | 9 | 2C | 0 | 6 | 36 |
| Octal | 220 | 203 | 203 | 0 | 11 | 11 | 54 | 0 | 6 | 66 |
| Binary | 10010000 | 10000011 | 10000011 | 0 | 1001 | 1001 | 101100 | 0 | 110 | 110110 |
Color Harmonies of #908383
Complementary color
Monochromatic Colors of #908383
Black with #908383
Text Example
Text Example
White with #908383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908383; }
p { color: rgb(144,131,131); }
H1.HeaderClassName
{
color: #908383;
}
.AnyTagClassName
{
color: #908383;
}
</style>
background-color css
<style>
a { background-color: #908383; }
a { background-color: rgb(144,131,131); }
div.DivClassName
{
background-color: #908383;
}
.BgClassName
{
background-color: #908383;
}
</style>
border-color css
<style>
span { border-color: #908383; }
span { border-color: rgb(144,131,131); }
td.TdClassName
{
border-color: #908383;
}
.TagClassName
{
border-color: #908383;
}
</style>