Html Css Color HEX #958282 Opium

📋 copy color: '#958282'

red 149 ◦ green 130 ◦ blue 130

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

Shades of Opium #958282

Tints of Opium #958282

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 value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958282 (or 0x958282) is known color: 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

RGB 149 130 130 -
CMYK 0 0.13 0.13 0.42
HSL 0.08% 0.55% -
HSV(B) 0.13% 0.58% -
XYZ 24.41 23.97 24.46 -
YUV 135.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 149 130 130 0 0.13 0.13 0.42 0 0.08 0.55
Hex 95 82 82 0 D D 2A 0 8 37
Octal 225 202 202 0 15 15 52 0 10 67
Binary 10010101 10000010 10000010 0 1101 1101 101010 0 1000 110111

Color Harmonies of #958282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958282

Black with #958282

Text Example


Text Example

White with #958282

Text Example


Text Example

HTML Codes & Css Web 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>