Html Css Color HEX #998282 Opium

📋 copy color: '#998282'

red 153 ◦ green 130 ◦ blue 130

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

Shades of Opium #998282

Tints of Opium #998282

RGB

 RED value IS 153 (60.16% from 255) = 37.05%

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

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 37.05%
G = 31.48%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#998282 (or 0x998282) is known color: Opium. HEX triplet: 99, 82 and 82. RGB value is (153,130,130). Sum of RGB (Red+Green+Blue) = 153+130+130=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998282 is #667D7D. Grayscale: #888888. Windows color (decimal): -6716798 or 8553113. OLE color: 8553113.

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

Color convert

RGB 153 130 130 -
CMYK 0 0.15 0.15 0.4
HSL 0.1% 0.55% -
HSV(B) 0.15% 0.6% -
XYZ 25.15 24.35 24.49 -
YUV 136.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 153 130 130 0 0.15 0.15 0.4 0 0.1 0.55
Hex 99 82 82 0 F F 28 0 A 37
Octal 231 202 202 0 17 17 50 0 12 67
Binary 10011001 10000010 10000010 0 1111 1111 101000 0 1010 110111

Color Harmonies of #998282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998282

Black with #998282

Text Example


Text Example

White with #998282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998282; }

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

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

background-color css

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

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

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

border-color css

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

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

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