Html Css Color HEX #98637B Strikemaster

📋 copy color: '#98637B'

red 152 ◦ green 99 ◦ blue 123

#98637B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #98637B

Tints of Strikemaster #98637B

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 40.64%
G = 26.47%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98637B (or 0x98637B) is known color: Strikemaster. HEX triplet: 98, 63 and 7B. RGB value is (152,99,123). Sum of RGB (Red+Green+Blue) = 152+99+123=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98637B is #679C84. Grayscale: #757575. Windows color (decimal): -6790277 or 8086424. OLE color: 8086424.

HSL color Cylindrical-coordinate representation of color #98637B: hue angle of 332.83º 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 #98637B is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 123 -
CMYK 0 0.35 0.19 0.40
HSL 332.83º 0.21% 0.49% -
HSV(B) 332.83º 0.35% 0.6% -
XYZ 20.99 17.03 20.92 -
YUV 117.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 152 99 123 0 0.35 0.19 0.40 332.83 0.21 0.49
Hex 98 63 7B 0 23 13 28 14D 15 31
Octal 230 143 173 0 43 23 50 515 25 61
Binary 10011000 1100011 1111011 0 100011 10011 101000 101001101 10101 110001

Color Harmonies of #98637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98637B

Black with #98637B

Text Example


Text Example

White with #98637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98637B;
 }
 .AnyTagClassName
 {
   color: #98637B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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