#958282

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

Shades of Opium #958282

Tints of Opium #958282

Color information

#958282 (or 0x958282) is unknown color: approx Opium. HEX triplet: 95, 82 and 82. RGB value is (149,130,130). Sum of RGB (Red+Green+Blue) = 149+130+130=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958282 is #6A7D7D. Grayscale: #878787. Windows color (decimal): -6978942 or 8553109. OLE color: 8553109.

HSL color Cylindrical-coordinate representation of color #958282: hue angle of 0º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958282 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149130130-
CMYK00.130.130.42
HSL8.23%54.71%-
HSV(B)12.75%58.43%-
XYZ24.4123.9724.46-
YUV135.68124.79137.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=36.43%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913013000.130.130.4208.2354.71
Hex9582820DD2A0837
Octal225202202015155201067
Binary10010101100000101000001001101110110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958282; }

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

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

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

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

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

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

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

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