Html Css Color HEX #975179 Strikemaster

📋 copy color: '#975179'

red 151 ◦ green 81 ◦ blue 121

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

Shades of Strikemaster #975179

Tints of Strikemaster #975179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 42.78%
G = 22.95%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#975179 (or 0x975179) is known color: Strikemaster. HEX triplet: 97, 51 and 79. RGB value is (151,81,121). Sum of RGB (Red+Green+Blue) = 151+81+121=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975179 is #68AE86. Grayscale: #6A6A6A. Windows color (decimal): -6860423 or 7950743. OLE color: 7950743.

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

Color convert

RGB 151 81 121 -
CMYK 0 0.46 0.20 0.41
HSL 325.71º 0.3% 0.45% -
HSV(B) 325.71º 0.46% 0.59% -
XYZ 19.16 13.84 19.75 -
YUV 106.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 151 81 121 0 0.46 0.20 0.41 325.71 0.3 0.45
Hex 97 51 79 0 2E 14 29 146 1E 2D
Octal 227 121 171 0 56 24 51 506 36 55
Binary 10010111 1010001 1111001 0 101110 10100 101001 101000110 11110 101101

Color Harmonies of #975179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975179

Black with #975179

Text Example


Text Example

White with #975179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975179; }

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

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

background-color css

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

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

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

border-color css

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

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

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