#918180

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

Shades of Opium #918180

Tints of Opium #918180

Color information

#918180 (or 0x918180) is unknown color: approx Opium. HEX triplet: 91, 81 and 80. RGB value is (145,129,128). Sum of RGB (Red+Green+Blue) = 145+129+128=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #918180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918180 is #6E7E7F. Grayscale: #858585. Windows color (decimal): -7241344 or 8421777. OLE color: 8421777.

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

Color convert

RGB145129128-
CMYK00.110.120.43
HSL3.53º7.17%53.53%-
HSV(B)3.53º11.72%56.86%-
XYZ23.4223.2823.68-
YUV133.67124.8136.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=36.07%
G=32.09%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512912800.110.120.433.537.1753.53
Hex9181800BC2B4736
Octal22120120001314534766
Binary100100011000000110000000010111100101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918180; }

 p { color: rgb(145,129,128); }

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

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

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

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

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

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

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