Html Css Color HEX #956179 Strikemaster

📋 copy color: '#956179'

red 149 ◦ green 97 ◦ blue 121

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

Shades of Strikemaster #956179

Tints of Strikemaster #956179

RGB

 RED value IS 149 (58.59% from 255) = 40.6%

 GREEN value IS 97 (38.28% from 255) = 26.43%

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

R = 40.6%
G = 26.43%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#956179 (or 0x956179) is known color: Strikemaster. HEX triplet: 95, 61 and 79. RGB value is (149,97,121). Sum of RGB (Red+Green+Blue) = 149+97+121=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956179 is #6A9E86. Grayscale: #737373. Windows color (decimal): -6987399 or 7954837. OLE color: 7954837.

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

Color convert

RGB 149 97 121 -
CMYK 0 0.35 0.19 0.42
HSL 332.31º 0.21% 0.48% -
HSV(B) 332.31º 0.35% 0.58% -
XYZ 20.12 16.32 20.18 -
YUV 115.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 149 97 121 0 0.35 0.19 0.42 332.31 0.21 0.48
Hex 95 61 79 0 23 13 2A 14C 15 30
Octal 225 141 171 0 43 23 52 514 25 60
Binary 10010101 1100001 1111001 0 100011 10011 101010 101001100 10101 110000

Color Harmonies of #956179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956179

Black with #956179

Text Example


Text Example

White with #956179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956179; }

 p { color: rgb(149,97,121); }

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

background-color css

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

 a { background-color: rgb(149,97,121); }

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

border-color css

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

 span { border-color: rgb(149,97,121); }

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