Html Css Color HEX #958383 Opium

📋 copy color: '#958383'

red 149 ◦ green 131 ◦ blue 131

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

Shades of Opium #958383

Tints of Opium #958383

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 36.25%
G = 31.87%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958383 (or 0x958383) is known color: Opium. HEX triplet: 95, 83 and 83. RGB value is (149,131,131). Sum of RGB (Red+Green+Blue) = 149+131+131=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958383 is #6A7C7C. Grayscale: #888888. Windows color (decimal): -6978685 or 8618901. OLE color: 8618901.

HSL color Cylindrical-coordinate representation of color #958383: 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.12%. Process color model (Four color, CMYK) of #958383 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 131 -
CMYK 0 0.12 0.12 0.42
HSL 0.08% 0.55% -
HSV(B) 0.12% 0.58% -
XYZ 24.61 24.26 24.86 -
YUV 136.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 149 131 131 0 0.12 0.12 0.42 0 0.08 0.55
Hex 95 83 83 0 C C 2A 0 8 37
Octal 225 203 203 0 14 14 52 0 10 67
Binary 10010101 10000011 10000011 0 1100 1100 101010 0 1000 110111

Color Harmonies of #958383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958383

Black with #958383

Text Example


Text Example

White with #958383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958383; }

 p { color: rgb(149,131,131); }

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

background-color css

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

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

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

border-color css

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

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

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