Html Css Color HEX #856174 Strikemaster

📋 copy color: '#856174'

red 133 ◦ green 97 ◦ blue 116

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

Shades of Strikemaster #856174

Tints of Strikemaster #856174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 38.44%
G = 28.03%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856174 (or 0x856174) is known color: Strikemaster. HEX triplet: 85, 61 and 74. RGB value is (133,97,116). Sum of RGB (Red+Green+Blue) = 133+97+116=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856174 is #7A9E8B. Grayscale: #6D6D6D. Windows color (decimal): -8035980 or 7627141. OLE color: 7627141.

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

Color convert

RGB 133 97 116 -
CMYK 0 0.27 0.13 0.48
HSL 328.33º 0.16% 0.45% -
HSV(B) 328.33º 0.27% 0.52% -
XYZ 17.1 14.8 18.48 -
YUV 109.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 133 97 116 0 0.27 0.13 0.48 328.33 0.16 0.45
Hex 85 61 74 0 1B D 30 148 10 2D
Octal 205 141 164 0 33 15 60 510 20 55
Binary 10000101 1100001 1110100 0 11011 1101 110000 101001000 10000 101101

Color Harmonies of #856174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856174

Black with #856174

Text Example


Text Example

White with #856174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856174; }

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

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

background-color css

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

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

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

border-color css

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

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

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