#958280

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

Shades of Opium #958280

Tints of Opium #958280

Color information

#958280 (or 0x958280) is unknown color: approx Opium. HEX triplet: 95, 82 and 80. RGB value is (149,130,128). Sum of RGB (Red+Green+Blue) = 149+130+128=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958280 is #6A7D7F. Grayscale: #878787. Windows color (decimal): -6978944 or 8422037. OLE color: 8422037.

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

Color convert

RGB149130128-
CMYK00.130.140.42
HSL5.71º9.01%54.31%-
HSV(B)5.71º14.09%58.43%-
XYZ24.2723.9123.76-
YUV135.45123.79137.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=36.61%
G=31.94%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913012800.130.140.425.719.0154.31
Hex9582800DE2A6936
Octal225202200015165261166
Binary1001010110000010100000000110111101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958280; }

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

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

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

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

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

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

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

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