#925379

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

Shades of Strikemaster #925379

Tints of Strikemaster #925379

Color information

#925379 (or 0x925379) is unknown color: approx Strikemaster. HEX triplet: 92, 53 and 79. RGB value is (146,83,121). Sum of RGB (Red+Green+Blue) = 146+83+121=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925379 is #6DAC86. Grayscale: #6A6A6A. Windows color (decimal): -7187591 or 7951250. OLE color: 7951250.

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

Color convert

RGB14683121-
CMYK00.430.170.43
HSL323.81º27.51%44.9%-
HSV(B)323.81º43.15%57.25%-
XYZ18.413.6819.76-
YUV106.17136.37156.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=41.71%
G=23.71%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468312100.430.170.43323.8127.5144.9
Hex92537902B112B1441c2d
Octal22212317105321535043455
Binary100100101010011111100101010111000110101110100010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925379; }

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

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

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

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

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

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

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

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