Html Css Color HEX #915376 Strikemaster

📋 copy color: '#915376'

red 145 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #915376

Tints of Strikemaster #915376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 41.91%
G = 23.99%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#915376 (or 0x915376) is known color: Strikemaster. HEX triplet: 91, 53 and 76. RGB value is (145,83,118). Sum of RGB (Red+Green+Blue) = 145+83+118=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915376 is #6EAC89. Grayscale: #696969. Windows color (decimal): -7253130 or 7754641. OLE color: 7754641.

HSL color Cylindrical-coordinate representation of color #915376: hue angle of 326.13º 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 #915376 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 83 118 -
CMYK 0 0.43 0.19 0.43
HSL 326.13º 0.27% 0.45% -
HSV(B) 326.13º 0.43% 0.57% -
XYZ 18.04 13.51 18.8 -
YUV 105.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 145 83 118 0 0.43 0.19 0.43 326.13 0.27 0.45
Hex 91 53 76 0 2B 13 2B 146 1B 2D
Octal 221 123 166 0 53 23 53 506 33 55
Binary 10010001 1010011 1110110 0 101011 10011 101011 101000110 11011 101101

Color Harmonies of #915376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915376

Black with #915376

Text Example


Text Example

White with #915376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915376; }

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

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

background-color css

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

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

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

border-color css

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

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

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