Html Css Color HEX #836274 Strikemaster

📋 copy color: '#836274'

red 131 ◦ green 98 ◦ blue 116

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

Shades of Strikemaster #836274

Tints of Strikemaster #836274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 37.97%
G = 28.41%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#836274 (or 0x836274) is known color: Strikemaster. HEX triplet: 83, 62 and 74. RGB value is (131,98,116). Sum of RGB (Red+Green+Blue) = 131+98+116=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836274 is #7C9D8B. Grayscale: #6D6D6D. Windows color (decimal): -8166796 or 7627395. OLE color: 7627395.

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

Color convert

RGB 131 98 116 -
CMYK 0 0.25 0.11 0.49
HSL 327.27º 0.14% 0.45% -
HSV(B) 327.27º 0.25% 0.51% -
XYZ 16.88 14.82 18.49 -
YUV 109.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 131 98 116 0 0.25 0.11 0.49 327.27 0.14 0.45
Hex 83 62 74 0 19 B 31 147 E 2D
Octal 203 142 164 0 31 13 61 507 16 55
Binary 10000011 1100010 1110100 0 11001 1011 110001 101000111 1110 101101

Color Harmonies of #836274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836274

Black with #836274

Text Example


Text Example

White with #836274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836274; }

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

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

background-color css

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

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

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

border-color css

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

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

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