#826273

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

Shades of Strikemaster #826273

Tints of Strikemaster #826273

Color information

#826273 (or 0x826273) is unknown color: approx Strikemaster. HEX triplet: 82, 62 and 73. RGB value is (130,98,115). Sum of RGB (Red+Green+Blue) = 130+98+115=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826273 is #7D9D8C. Grayscale: #6D6D6D. Windows color (decimal): -8232333 or 7561858. OLE color: 7561858.

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

Color convert

RGB13098115-
CMYK00.250.120.49
HSL328.12º14.04%44.71%-
HSV(B)328.12º24.62%50.98%-
XYZ16.6714.7218.18-
YUV109.51131.1142.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=37.90%
G=28.57%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309811500.250.120.49328.1214.0444.71
Hex826273019C31148e2d
Octal20214216303114615101655
Binary100000101100010111001101100111001100011010010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826273; }

 p { color: rgb(130,98,115); }

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

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

 a { background-color: rgb(130,98,115); }

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

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

 span { border-color: rgb(130,98,115); }

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