Html Css Color HEX #856374 Strikemaster

📋 copy color: '#856374'

red 133 ◦ green 99 ◦ blue 116

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

Shades of Strikemaster #856374

Tints of Strikemaster #856374

RGB

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

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

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

R = 38.22%
G = 28.45%
B = 33.33%

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

#856374 (or 0x856374) is known color: Strikemaster. HEX triplet: 85, 63 and 74. RGB value is (133,99,116). Sum of RGB (Red+Green+Blue) = 133+99+116=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856374 is #7A9C8B. Grayscale: #6F6F6F. Windows color (decimal): -8035468 or 7627653. OLE color: 7627653.

HSL color Cylindrical-coordinate representation of color #856374: hue angle of 330º 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 #856374 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 116 -
CMYK 0 0.26 0.13 0.48
HSL 330º 0.15% 0.45% -
HSV(B) 330º 0.26% 0.52% -
XYZ 17.29 15.17 18.54 -
YUV 111.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 133 99 116 0 0.26 0.13 0.48 330 0.15 0.45
Hex 85 63 74 0 1A D 30 14A F 2D
Octal 205 143 164 0 32 15 60 512 17 55
Binary 10000101 1100011 1110100 0 11010 1101 110000 101001010 1111 101101

Color Harmonies of #856374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856374

Black with #856374

Text Example


Text Example

White with #856374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856374; }

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

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

background-color css

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

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

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

border-color css

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

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

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