Html Css Color HEX #997183 Strikemaster

📋 copy color: '#997183'

red 153 ◦ green 113 ◦ blue 131

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

Shades of Strikemaster #997183

Tints of Strikemaster #997183

RGB

 RED value IS 153 (60.16% from 255) = 38.54%

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 38.54%
G = 28.46%
B = 33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#997183 (or 0x997183) is known color: Strikemaster. HEX triplet: 99, 71 and 83. RGB value is (153,113,131). Sum of RGB (Red+Green+Blue) = 153+113+131=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997183 is #668E7C. Grayscale: #7E7E7E. Windows color (decimal): -6721149 or 8614297. OLE color: 8614297.

HSL color Cylindrical-coordinate representation of color #997183: hue angle of 333º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997183 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 131 -
CMYK 0 0.26 0.14 0.4
HSL 333º 0.16% 0.52% -
HSV(B) 333º 0.26% 0.6% -
XYZ 23.14 20.22 24.16 -
YUV 127.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 153 113 131 0 0.26 0.14 0.4 333 0.16 0.52
Hex 99 71 83 0 1A E 28 14D 10 34
Octal 231 161 203 0 32 16 50 515 20 64
Binary 10011001 1110001 10000011 0 11010 1110 101000 101001101 10000 110100

Color Harmonies of #997183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997183

Black with #997183

Text Example


Text Example

White with #997183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997183; }

 p { color: rgb(153,113,131); }

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

background-color css

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

 a { background-color: rgb(153,113,131); }

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

border-color css

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

 span { border-color: rgb(153,113,131); }

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