#8F8383

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

Shades of Opium #8F8383

Tints of Opium #8F8383

Color information

#8F8383 (or 0x8F8383) is unknown color: approx Opium. HEX triplet: 8F, 83 and 83. RGB value is (143,131,131). Sum of RGB (Red+Green+Blue) = 143+131+131=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8383 is #707C7C. Grayscale: #868686. Windows color (decimal): -7371901 or 8618895. OLE color: 8618895.

HSL color Cylindrical-coordinate representation of color #8F8383: hue angle of 0º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8383 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143131131-
CMYK00.080.080.44
HSL5.08%53.73%-
HSV(B)8.39%56.08%-
XYZ23.5423.7124.81-
YUV134.59125.98134-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=35.31%
G=32.35%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313113100.080.080.4405.0853.73
Hex8F83830882C0536
Octal21720320301010540566
Binary1000111110000011100000110100010001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8383; }

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

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

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

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

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

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

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

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