Html Css Color HEX #856274 Strikemaster

📋 copy color: '#856274'

red 133 ◦ green 98 ◦ blue 116

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

Shades of Strikemaster #856274

Tints of Strikemaster #856274

RGB

 RED value IS 133 (52.34% from 255) = 38.33%

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

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

R = 38.33%
G = 28.24%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856274 (or 0x856274) is known color: Strikemaster. HEX triplet: 85, 62 and 74. RGB value is (133,98,116). Sum of RGB (Red+Green+Blue) = 133+98+116=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856274 is #7A9D8B. Grayscale: #6E6E6E. Windows color (decimal): -8035724 or 7627397. OLE color: 7627397.

HSL color Cylindrical-coordinate representation of color #856274: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856274 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 116 -
CMYK 0 0.26 0.13 0.48
HSL 329.14º 0.15% 0.45% -
HSV(B) 329.14º 0.26% 0.52% -
XYZ 17.19 14.98 18.51 -
YUV 110.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 133 98 116 0 0.26 0.13 0.48 329.14 0.15 0.45
Hex 85 62 74 0 1A D 30 149 F 2D
Octal 205 142 164 0 32 15 60 511 17 55
Binary 10000101 1100010 1110100 0 11010 1101 110000 101001001 1111 101101

Color Harmonies of #856274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856274

Black with #856274

Text Example


Text Example

White with #856274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856274; }

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

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

background-color css

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

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

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

border-color css

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

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

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