#918383

Color #918383 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #918383

Tints of Opium #918383

Color information

#918383 (or 0x918383) is unknown color: approx Opium. HEX triplet: 91, 83 and 83. RGB value is (145,131,131). Sum of RGB (Red+Green+Blue) = 145+131+131=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918383 is #6E7C7C. Grayscale: #878787. Windows color (decimal): -7240829 or 8618897. OLE color: 8618897.

HSL color Cylindrical-coordinate representation of color #918383: hue angle of 0º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918383 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145131131-
CMYK00.100.100.43
HSL5.98%54.12%-
HSV(B)9.66%56.86%-
XYZ23.8923.8924.83-
YUV135.19125.64135-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=35.63%
G=32.19%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513113100.100.100.4305.9854.12
Hex9183830AA2B0636
Octal22120320301212530666
Binary1001000110000011100000110101010101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918383; }

 p { color: rgb(145,131,131); }

 H1.HeaderClassName
 {
   color: #918383;
 }
 .AnyTagClassName
 {
   color: #918383;
 }
</style>
background-color css

<style>
 a { background-color: #918383; }

 a { background-color: rgb(145,131,131); }

 div.DivClassName
 {
   background-color: #918383;
 }
 .BgClassName
 {
   background-color: #918383;
 }
</style>
border-color css

<style>
 span { border-color: #918383; }

 span { border-color: rgb(145,131,131); }

 td.TdClassName
 {
   border-color: #918383;
 }
 .TagClassName
 {
   border-color: #918383;
 }
</style>