Html Css Color HEX #988280 Opium

📋 copy color: '#988280'

red 152 ◦ green 130 ◦ blue 128

#988280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #988280

Tints of Opium #988280

RGB

 RED value IS 152 (59.77% from 255) = 37.07%

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 37.07%
G = 31.71%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988280 (or 0x988280) is known color: Opium. HEX triplet: 98, 82 and 80. RGB value is (152,130,128). Sum of RGB (Red+Green+Blue) = 152+130+128=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988280 is #677D7F. Grayscale: #888888. Windows color (decimal): -6782336 or 8422040. OLE color: 8422040.

HSL color Cylindrical-coordinate representation of color #988280: hue angle of 5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988280 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 128 -
CMYK 0 0.14 0.16 0.40
HSL 0.1% 0.55% -
HSV(B) 0.16% 0.6% -
XYZ 24.83 24.2 23.78 -
YUV 136.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 152 130 128 0 0.14 0.16 0.40 5 0.1 0.55
Hex 98 82 80 0 E 10 28 5 A 37
Octal 230 202 200 0 16 20 50 5 12 67
Binary 10011000 10000010 10000000 0 1110 10000 101000 101 1010 110111

Color Harmonies of #988280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988280

Black with #988280

Text Example


Text Example

White with #988280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988280; }

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

 H1.HeaderClassName
 {
   color: #988280;
 }
 .AnyTagClassName
 {
   color: #988280;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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