Html Css Color HEX #856379 Strikemaster

📋 copy color: '#856379'

red 133 ◦ green 99 ◦ blue 121

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

Shades of Strikemaster #856379

Tints of Strikemaster #856379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 37.68%
G = 28.05%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856379 (or 0x856379) is known color: Strikemaster. HEX triplet: 85, 63 and 79. RGB value is (133,99,121). Sum of RGB (Red+Green+Blue) = 133+99+121=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856379 is #7A9C86. Grayscale: #6F6F6F. Windows color (decimal): -8035463 or 7955333. OLE color: 7955333.

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

Color convert

RGB 133 99 121 -
CMYK 0 0.26 0.09 0.48
HSL 321.18º 0.15% 0.45% -
HSV(B) 321.18º 0.26% 0.52% -
XYZ 17.59 15.29 20.11 -
YUV 111.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 133 99 121 0 0.26 0.09 0.48 321.18 0.15 0.45
Hex 85 63 79 0 1A 9 30 141 F 2D
Octal 205 143 171 0 32 11 60 501 17 55
Binary 10000101 1100011 1111001 0 11010 1001 110000 101000001 1111 101101

Color Harmonies of #856379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856379

Black with #856379

Text Example


Text Example

White with #856379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856379; }

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

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

background-color css

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

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

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

border-color css

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

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

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