Html Css Color HEX #836273 Strikemaster

📋 copy color: '#836273'

red 131 ◦ green 98 ◦ blue 115

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

Shades of Strikemaster #836273

Tints of Strikemaster #836273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 38.08%
G = 28.49%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#836273 (or 0x836273) is known color: Strikemaster. HEX triplet: 83, 62 and 73. RGB value is (131,98,115). Sum of RGB (Red+Green+Blue) = 131+98+115=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #836273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836273 is #7C9D8C. Grayscale: #6D6D6D. Windows color (decimal): -8166797 or 7561859. OLE color: 7561859.

HSL color Cylindrical-coordinate representation of color #836273: hue angle of 329.09º 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 #836273 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 115 -
CMYK 0 0.25 0.12 0.49
HSL 329.09º 0.14% 0.45% -
HSV(B) 329.09º 0.25% 0.51% -
XYZ 16.82 14.8 18.19 -
YUV 109.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 131 98 115 0 0.25 0.12 0.49 329.09 0.14 0.45
Hex 83 62 73 0 19 C 31 149 E 2D
Octal 203 142 163 0 31 14 61 511 16 55
Binary 10000011 1100010 1110011 0 11001 1100 110001 101001001 1110 101101

Color Harmonies of #836273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836273

Black with #836273

Text Example


Text Example

White with #836273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836273; }

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

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

background-color css

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

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

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

border-color css

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

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

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