#806273

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

Shades of Strikemaster #806273

Tints of Strikemaster #806273

Color information

#806273 (or 0x806273) is unknown color: approx Strikemaster. HEX triplet: 80, 62 and 73. RGB value is (128,98,115). Sum of RGB (Red+Green+Blue) = 128+98+115=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806273 is #7F9D8C. Grayscale: #6C6C6C. Windows color (decimal): -8363405 or 7561856. OLE color: 7561856.

HSL color Cylindrical-coordinate representation of color #806273: hue angle of 326º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806273 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12898115-
CMYK00.230.100.50
HSL326º13.27%44.31%-
HSV(B)326º23.44%50.2%-
XYZ16.3614.5618.17-
YUV108.91131.44141.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=37.54%
G=28.74%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289811500.230.100.5032613.2744.31
Hex806273017A32146d2c
Octal20014216302712625061554
Binary100000001100010111001101011110101100101010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806273; }

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

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

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

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

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

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

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

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