#925177

Color #925177 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #925177

Tints of Strikemaster #925177

Color information

#925177 (or 0x925177) is unknown color: approx Strikemaster. HEX triplet: 92, 51 and 77. RGB value is (146,81,119). Sum of RGB (Red+Green+Blue) = 146+81+119=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925177 is #6DAE88. Grayscale: #686868. Windows color (decimal): -7188105 or 7819666. OLE color: 7819666.

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

Color convert

RGB14681119-
CMYK00.450.180.43
HSL324.92º28.63%44.51%-
HSV(B)324.92º44.52%57.25%-
XYZ18.1313.3319.07-
YUV104.77136.03157.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=42.20%
G=23.41%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468111900.450.180.43324.9228.6344.51
Hex92517702D122B1451d2d
Octal22212116705522535053555
Binary100100101010001111011101011011001010101110100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925177; }

 p { color: rgb(146,81,119); }

 H1.HeaderClassName
 {
   color: #925177;
 }
 .AnyTagClassName
 {
   color: #925177;
 }
</style>
background-color css

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

 a { background-color: rgb(146,81,119); }

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

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

 span { border-color: rgb(146,81,119); }

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