#925376

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

Shades of Strikemaster #925376

Tints of Strikemaster #925376

Color information

#925376 (or 0x925376) is unknown color: approx Strikemaster. HEX triplet: 92, 53 and 76. RGB value is (146,83,118). Sum of RGB (Red+Green+Blue) = 146+83+118=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925376 is #6DAC89. Grayscale: #696969. Windows color (decimal): -7187594 or 7754642. OLE color: 7754642.

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

Color convert

RGB14683118-
CMYK00.430.190.43
HSL326.67º27.51%44.9%-
HSV(B)326.67º43.15%57.25%-
XYZ18.2213.6118.81-
YUV105.83134.87156.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=42.07%
G=23.92%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468311800.430.190.43326.6727.5144.9
Hex92537602B132B1471c2d
Octal22212316605323535073455
Binary100100101010011111011001010111001110101110100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925376; }

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

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

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

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

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

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

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

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