#825974

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

Shades of Strikemaster #825974

Tints of Strikemaster #825974

Color information

#825974 (or 0x825974) is unknown color: approx Strikemaster. HEX triplet: 82, 59 and 74. RGB value is (130,89,116). Sum of RGB (Red+Green+Blue) = 130+89+116=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825974 is #7DA68B. Grayscale: #686868. Windows color (decimal): -8234636 or 7625090. OLE color: 7625090.

HSL color Cylindrical-coordinate representation of color #825974: hue angle of 320.49º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825974 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13089116-
CMYK00.320.110.49
HSL320.49º18.72%42.94%-
HSV(B)320.49º31.54%50.98%-
XYZ15.9313.1518.22-
YUV104.34134.58146.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=38.81%
G=26.57%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308911600.320.110.49320.4918.7242.94
Hex825974020B31140132b
Octal20213116404013615002353
Binary10000010101100111101000100000101111000110100000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825974; }

 p { color: rgb(130,89,116); }

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

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

 a { background-color: rgb(130,89,116); }

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

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

 span { border-color: rgb(130,89,116); }

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