#816573

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

Shades of Strikemaster #816573

Tints of Strikemaster #816573

Color information

#816573 (or 0x816573) is unknown color: approx Strikemaster. HEX triplet: 81, 65 and 73. RGB value is (129,101,115). Sum of RGB (Red+Green+Blue) = 129+101+115=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816573 is #7E9A8C. Grayscale: #6E6E6E. Windows color (decimal): -8297101 or 7562625. OLE color: 7562625.

HSL color Cylindrical-coordinate representation of color #816573: hue angle of 330º 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 #816573 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB129101115-
CMYK00.220.110.49
HSL330º12.17%45.1%-
HSV(B)330º21.71%50.59%-
XYZ16.815.2118.27-
YUV110.97130.28140.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=37.39%
G=29.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910111500.220.110.4933012.1745.1
Hex816573016B3114ac2d
Octal20114516302613615121455
Binary100000011100101111001101011010111100011010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816573; }

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

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

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

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

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

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

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

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