#98637F

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

Shades of Strikemaster #98637F

Tints of Strikemaster #98637F

Color information

#98637F (or 0x98637F) is unknown color: approx Strikemaster. HEX triplet: 98, 63 and 7F. RGB value is (152,99,127). Sum of RGB (Red+Green+Blue) = 152+99+127=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98637F is #679C80. Grayscale: #757575. Windows color (decimal): -6790273 or 8348568. OLE color: 8348568.

HSL color Cylindrical-coordinate representation of color #98637F: hue angle of 328.3º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98637F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15299127-
CMYK00.350.160.40
HSL328.3º21.12%49.22%-
HSV(B)328.3º34.87%59.61%-
XYZ21.2417.1322.27-
YUV118.04133.06152.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 127 (50% from 255) = 33.60%
R=40.21%
G=26.19%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529912700.350.160.40328.321.1249.22
Hex98637F02310281481531
Octal23014317704320505102561
Binary100110001100011111111101000111000010100010100100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,99,127); }

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

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

 a { background-color: rgb(152,99,127); }

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

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

 span { border-color: rgb(152,99,127); }

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