#99537F

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

Shades of Strikemaster #99537F

Tints of Strikemaster #99537F

Color information

#99537F (or 0x99537F) is unknown color: approx Strikemaster. HEX triplet: 99, 53 and 7F. RGB value is (153,83,127). Sum of RGB (Red+Green+Blue) = 153+83+127=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99537F is #66AC80. Grayscale: #6C6C6C. Windows color (decimal): -6728833 or 8344473. OLE color: 8344473.

HSL color Cylindrical-coordinate representation of color #99537F: hue angle of 322.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99537F is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15383127-
CMYK00.460.170.4
HSL322.29º29.66%46.27%-
HSV(B)322.29º45.75%60%-
XYZ20.0614.4921.82-
YUV108.95138.19159.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 127 (50% from 255) = 34.99%
R=42.15%
G=22.87%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538312700.460.170.4322.2929.6646.27
Hex99537F02E11281421e2e
Octal23112317705621505023656
Binary100110011010011111111101011101000110100010100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99537F; }

 p { color: rgb(153,83,127); }

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

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

 a { background-color: rgb(153,83,127); }

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

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

 span { border-color: rgb(153,83,127); }

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