Html Css Color HEX #915379 Strikemaster

📋 copy color: '#915379'

red 145 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #915379

Tints of Strikemaster #915379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 41.55%
G = 23.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#915379 (or 0x915379) is known color: Strikemaster. HEX triplet: 91, 53 and 79. RGB value is (145,83,121). Sum of RGB (Red+Green+Blue) = 145+83+121=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #915379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915379 is #6EAC86. Grayscale: #696969. Windows color (decimal): -7253127 or 7951249. OLE color: 7951249.

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

Color convert

RGB 145 83 121 -
CMYK 0 0.43 0.17 0.43
HSL 323.23º 0.27% 0.45% -
HSV(B) 323.23º 0.43% 0.57% -
XYZ 18.22 13.59 19.75 -
YUV 105.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 145 83 121 0 0.43 0.17 0.43 323.23 0.27 0.45
Hex 91 53 79 0 2B 11 2B 143 1B 2D
Octal 221 123 171 0 53 21 53 503 33 55
Binary 10010001 1010011 1111001 0 101011 10001 101011 101000011 11011 101101

Color Harmonies of #915379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915379

Black with #915379

Text Example


Text Example

White with #915379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915379; }

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

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

background-color css

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

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

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

border-color css

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

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

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