Html Css Color HEX #915076 Strikemaster

📋 copy color: '#915076'

red 145 ◦ green 80 ◦ blue 118

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

Shades of Strikemaster #915076

Tints of Strikemaster #915076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 42.27%
G = 23.32%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#915076 (or 0x915076) is known color: Strikemaster. HEX triplet: 91, 50 and 76. RGB value is (145,80,118). Sum of RGB (Red+Green+Blue) = 145+80+118=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915076 is #6EAF89. Grayscale: #676767. Windows color (decimal): -7253898 or 7753873. OLE color: 7753873.

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

Color convert

RGB 145 80 118 -
CMYK 0 0.45 0.19 0.43
HSL 324.92º 0.29% 0.44% -
HSV(B) 324.92º 0.45% 0.57% -
XYZ 17.82 13.07 18.72 -
YUV 103.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 145 80 118 0 0.45 0.19 0.43 324.92 0.29 0.44
Hex 91 50 76 0 2D 13 2B 145 1D 2C
Octal 221 120 166 0 55 23 53 505 35 54
Binary 10010001 1010000 1110110 0 101101 10011 101011 101000101 11101 101100

Color Harmonies of #915076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915076

Black with #915076

Text Example


Text Example

White with #915076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915076; }

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

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

background-color css

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

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

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

border-color css

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

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

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