Html Css Color HEX #836374 Strikemaster

📋 copy color: '#836374'

red 131 ◦ green 99 ◦ blue 116

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

Shades of Strikemaster #836374

Tints of Strikemaster #836374

RGB

 RED value IS 131 (51.56% from 255) = 37.86%

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 37.86%
G = 28.61%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#836374 (or 0x836374) is known color: Strikemaster. HEX triplet: 83, 63 and 74. RGB value is (131,99,116). Sum of RGB (Red+Green+Blue) = 131+99+116=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836374 is #7C9C8B. Grayscale: #6E6E6E. Windows color (decimal): -8166540 or 7627651. OLE color: 7627651.

HSL color Cylindrical-coordinate representation of color #836374: hue angle of 328.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836374 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 116 -
CMYK 0 0.24 0.11 0.49
HSL 328.13º 0.14% 0.45% -
HSV(B) 328.13º 0.24% 0.51% -
XYZ 16.97 15.01 18.53 -
YUV 110.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 131 99 116 0 0.24 0.11 0.49 328.13 0.14 0.45
Hex 83 63 74 0 18 B 31 148 E 2D
Octal 203 143 164 0 30 13 61 510 16 55
Binary 10000011 1100011 1110100 0 11000 1011 110001 101001000 1110 101101

Color Harmonies of #836374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836374

Black with #836374

Text Example


Text Example

White with #836374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836374; }

 p { color: rgb(131,99,116); }

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

background-color css

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

 a { background-color: rgb(131,99,116); }

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

border-color css

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

 span { border-color: rgb(131,99,116); }

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