#947280

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

Shades of Strikemaster #947280

Tints of Strikemaster #947280

Color information

#947280 (or 0x947280) is unknown color: approx Strikemaster. HEX triplet: 94, 72 and 80. RGB value is (148,114,128). Sum of RGB (Red+Green+Blue) = 148+114+128=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #947280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947280 is #6B8D7F. Grayscale: #7D7D7D. Windows color (decimal): -7048576 or 8417940. OLE color: 8417940.

HSL color Cylindrical-coordinate representation of color #947280: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947280 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148114128-
CMYK00.230.140.42
HSL335.29º13.71%51.37%-
HSV(B)335.29º22.97%58.04%-
XYZ22.1319.8923.09-
YUV125.76129.26143.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=37.95%
G=29.23%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811412800.230.140.42335.2913.7151.37
Hex947280017E2A14fe33
Octal22416220002716525171663
Binary1001010011100101000000001011111101010101010011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947280; }

 p { color: rgb(148,114,128); }

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

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

 a { background-color: rgb(148,114,128); }

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

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

 span { border-color: rgb(148,114,128); }

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