Html Css Color HEX #937383 Strikemaster

📋 copy color: '#937383'

red 147 ◦ green 115 ◦ blue 131

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

Shades of Strikemaster #937383

Tints of Strikemaster #937383

RGB

 RED value IS 147 (57.81% from 255) = 37.4%

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 37.4%
G = 29.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#937383 (or 0x937383) is known color: Strikemaster. HEX triplet: 93, 73 and 83. RGB value is (147,115,131). Sum of RGB (Red+Green+Blue) = 147+115+131=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937383 is #6C8C7C. Grayscale: #7E7E7E. Windows color (decimal): -7113853 or 8614803. OLE color: 8614803.

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

Color convert

RGB 147 115 131 -
CMYK 0 0.22 0.11 0.42
HSL 330º 0.13% 0.51% -
HSV(B) 330º 0.22% 0.58% -
XYZ 22.26 20.1 24.18 -
YUV 126.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 147 115 131 0 0.22 0.11 0.42 330 0.13 0.51
Hex 93 73 83 0 16 B 2A 14A D 33
Octal 223 163 203 0 26 13 52 512 15 63
Binary 10010011 1110011 10000011 0 10110 1011 101010 101001010 1101 110011

Color Harmonies of #937383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937383

Black with #937383

Text Example


Text Example

White with #937383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937383; }

 p { color: rgb(147,115,131); }

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

background-color css

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

 a { background-color: rgb(147,115,131); }

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

border-color css

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

 span { border-color: rgb(147,115,131); }

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