#925179

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

Shades of Strikemaster #925179

Tints of Strikemaster #925179

Color information

#925179 (or 0x925179) is unknown color: approx Strikemaster. HEX triplet: 92, 51 and 79. RGB value is (146,81,121). Sum of RGB (Red+Green+Blue) = 146+81+121=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925179 is #6DAE86. Grayscale: #686868. Windows color (decimal): -7188103 or 7950738. OLE color: 7950738.

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

Color convert

RGB14681121-
CMYK00.450.170.43
HSL323.08º28.63%44.51%-
HSV(B)323.08º44.52%57.25%-
XYZ18.2513.3819.71-
YUV104.99137.03157.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=41.95%
G=23.28%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468112100.450.170.43323.0828.6344.51
Hex92517902D112B1431d2d
Octal22212117105521535033555
Binary100100101010001111100101011011000110101110100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925179; }

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

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

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

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

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

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

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

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