Html Css Color HEX #904979 Strikemaster

📋 copy color: '#904979'

red 144 ◦ green 73 ◦ blue 121

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

Shades of Strikemaster #904979

Tints of Strikemaster #904979

RGB

 RED value IS 144 (56.64% from 255) = 42.6%

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

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

R = 42.6%
G = 21.6%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#904979 (or 0x904979) is known color: Strikemaster. HEX triplet: 90, 49 and 79. RGB value is (144,73,121). Sum of RGB (Red+Green+Blue) = 144+73+121=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904979 is #6FB686. Grayscale: #636363. Windows color (decimal): -7321223 or 7948688. OLE color: 7948688.

HSL color Cylindrical-coordinate representation of color #904979: hue angle of 319.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904979 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 73 121 -
CMYK 0 0.49 0.16 0.44
HSL 319.44º 0.33% 0.43% -
HSV(B) 319.44º 0.49% 0.56% -
XYZ 17.34 12.07 19.51 -
YUV 99.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 144 73 121 0 0.49 0.16 0.44 319.44 0.33 0.43
Hex 90 49 79 0 31 10 2C 13F 21 2B
Octal 220 111 171 0 61 20 54 477 41 53
Binary 10010000 1001001 1111001 0 110001 10000 101100 100111111 100001 101011

Color Harmonies of #904979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904979

Black with #904979

Text Example


Text Example

White with #904979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904979; }

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

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

background-color css

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

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

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

border-color css

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

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

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