#8F8282

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

Shades of Opium #8F8282

Tints of Opium #8F8282

Color information

#8F8282 (or 0x8F8282) is unknown color: approx Opium. HEX triplet: 8F, 82 and 82. RGB value is (143,130,130). Sum of RGB (Red+Green+Blue) = 143+130+130=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8282 is #707D7D. Grayscale: #858585. Windows color (decimal): -7372158 or 8553103. OLE color: 8553103.

HSL color Cylindrical-coordinate representation of color #8F8282: 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.09%. Process color model (Four color, CMYK) of #8F8282 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB143130130-
CMYK00.090.090.44
HSL5.49%53.53%-
HSV(B)9.09%56.08%-
XYZ23.3423.4224.41-
YUV133.89125.81134.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313013000.090.090.4405.4953.53
Hex8F82820992C0536
Octal21720220201111540566
Binary1000111110000010100000100100110011011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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