#816575

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

Shades of Strikemaster #816575

Tints of Strikemaster #816575

Color information

#816575 (or 0x816575) is unknown color: approx Strikemaster. HEX triplet: 81, 65 and 75. RGB value is (129,101,117). Sum of RGB (Red+Green+Blue) = 129+101+117=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816575 is #7E9A8A. Grayscale: #6F6F6F. Windows color (decimal): -8297099 or 7693697. OLE color: 7693697.

HSL color Cylindrical-coordinate representation of color #816575: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816575 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB129101117-
CMYK00.220.090.49
HSL325.71º12.17%45.1%-
HSV(B)325.71º21.71%50.59%-
XYZ16.9215.2618.88-
YUV111.2131.28140.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=37.18%
G=29.11%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910111700.220.090.49325.7112.1745.1
Hex816575016931146c2d
Octal20114516502611615061455
Binary100000011100101111010101011010011100011010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816575; }

 p { color: rgb(129,101,117); }

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

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

 a { background-color: rgb(129,101,117); }

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

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

 span { border-color: rgb(129,101,117); }

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