Html Css Color HEX #915979 Strikemaster

📋 copy color: '#915979'

red 145 ◦ green 89 ◦ blue 121

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

Shades of Strikemaster #915979

Tints of Strikemaster #915979

RGB

 RED value IS 145 (57.03% from 255) = 40.85%

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 40.85%
G = 25.07%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#915979 (or 0x915979) is known color: Strikemaster. HEX triplet: 91, 59 and 79. RGB value is (145,89,121). Sum of RGB (Red+Green+Blue) = 145+89+121=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #915979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915979 is #6EA686. Grayscale: #6D6D6D. Windows color (decimal): -7251591 or 7952785. OLE color: 7952785.

HSL color Cylindrical-coordinate representation of color #915979: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915979 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 121 -
CMYK 0 0.39 0.17 0.43
HSL 325.71º 0.24% 0.46% -
HSV(B) 325.71º 0.39% 0.57% -
XYZ 18.7 14.54 19.91 -
YUV 109.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 145 89 121 0 0.39 0.17 0.43 325.71 0.24 0.46
Hex 91 59 79 0 27 11 2B 146 18 2E
Octal 221 131 171 0 47 21 53 506 30 56
Binary 10010001 1011001 1111001 0 100111 10001 101011 101000110 11000 101110

Color Harmonies of #915979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915979

Black with #915979

Text Example


Text Example

White with #915979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915979; }

 p { color: rgb(145,89,121); }

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

background-color css

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

 a { background-color: rgb(145,89,121); }

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

border-color css

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

 span { border-color: rgb(145,89,121); }

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