Html Css Color HEX #948383 Opium

📋 copy color: '#948383'

red 148 ◦ green 131 ◦ blue 131

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

Shades of Opium #948383

Tints of Opium #948383

RGB

 RED value IS 148 (58.2% from 255) = 36.1%

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

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

R = 36.1%
G = 31.95%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948383 (or 0x948383) is known color: Opium. HEX triplet: 94, 83 and 83. RGB value is (148,131,131). Sum of RGB (Red+Green+Blue) = 148+131+131=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948383 is #6B7C7C. Grayscale: #888888. Windows color (decimal): -7044221 or 8618900. OLE color: 8618900.

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

Color convert

RGB 148 131 131 -
CMYK 0 0.11 0.11 0.42
HSL 0.07% 0.55% -
HSV(B) 0.11% 0.58% -
XYZ 24.43 24.17 24.85 -
YUV 136.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 148 131 131 0 0.11 0.11 0.42 0 0.07 0.55
Hex 94 83 83 0 B B 2A 0 7 37
Octal 224 203 203 0 13 13 52 0 7 67
Binary 10010100 10000011 10000011 0 1011 1011 101010 0 111 110111

Color Harmonies of #948383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948383

Black with #948383

Text Example


Text Example

White with #948383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948383; }

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

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

background-color css

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

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

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

border-color css

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

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

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