Html Css Color HEX #984979 Strikemaster

📋 copy color: '#984979'

red 152 ◦ green 73 ◦ blue 121

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

Shades of Strikemaster #984979

Tints of Strikemaster #984979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 43.93%
G = 21.1%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984979 (or 0x984979) is known color: Strikemaster. HEX triplet: 98, 49 and 79. RGB value is (152,73,121). Sum of RGB (Red+Green+Blue) = 152+73+121=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #984979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984979 is #67B686. Grayscale: #656565. Windows color (decimal): -6796935 or 7948696. OLE color: 7948696.

HSL color Cylindrical-coordinate representation of color #984979: hue angle of 323.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984979 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 121 -
CMYK 0 0.52 0.20 0.40
HSL 323.54º 0.35% 0.44% -
HSV(B) 323.54º 0.52% 0.6% -
XYZ 18.78 12.82 19.57 -
YUV 102.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 152 73 121 0 0.52 0.20 0.40 323.54 0.35 0.44
Hex 98 49 79 0 34 14 28 144 23 2C
Octal 230 111 171 0 64 24 50 504 43 54
Binary 10011000 1001001 1111001 0 110100 10100 101000 101000100 100011 101100

Color Harmonies of #984979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984979

Black with #984979

Text Example


Text Example

White with #984979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984979; }

 p { color: rgb(152,73,121); }

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

background-color css

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

 a { background-color: rgb(152,73,121); }

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

border-color css

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

 span { border-color: rgb(152,73,121); }

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