Html Css Color HEX #975579 Strikemaster

📋 copy color: '#975579'

red 151 ◦ green 85 ◦ blue 121

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

Shades of Strikemaster #975579

Tints of Strikemaster #975579

RGB

 RED value IS 151 (59.38% from 255) = 42.3%

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 42.3%
G = 23.81%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#975579 (or 0x975579) is known color: Strikemaster. HEX triplet: 97, 55 and 79. RGB value is (151,85,121). Sum of RGB (Red+Green+Blue) = 151+85+121=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #975579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975579 is #68AA86. Grayscale: #6C6C6C. Windows color (decimal): -6859399 or 7951767. OLE color: 7951767.

HSL color Cylindrical-coordinate representation of color #975579: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975579 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 121 -
CMYK 0 0.44 0.20 0.41
HSL 327.27º 0.28% 0.46% -
HSV(B) 327.27º 0.44% 0.59% -
XYZ 19.46 14.46 19.85 -
YUV 108.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 151 85 121 0 0.44 0.20 0.41 327.27 0.28 0.46
Hex 97 55 79 0 2C 14 29 147 1C 2E
Octal 227 125 171 0 54 24 51 507 34 56
Binary 10010111 1010101 1111001 0 101100 10100 101001 101000111 11100 101110

Color Harmonies of #975579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975579

Black with #975579

Text Example


Text Example

White with #975579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975579; }

 p { color: rgb(151,85,121); }

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

background-color css

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

 a { background-color: rgb(151,85,121); }

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

border-color css

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

 span { border-color: rgb(151,85,121); }

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